Source:http://www.w3school.com.cn/html
HTML Quiz
Results: 9/20
Your answer: 1. What does HTML refer to?
Your answer: Hypertext Markup Language (Hyper Text Markup Language)
What are the 2.WEB standard makers?
Your answer: World Wide Web Consortium
3. In the following HTML, which is the largest title?
Your answer is:
4. In the following HTML, which can insert a fold line?
Your answer is:<br>
5. In the following HTML, which can add a background color?
Your answer is:<background>yellow</background>
Correct answer: <body bgcolor= "Yellow" >
6. Select the HTML tag that produces the bold word:
Your answer is:<bold>
Correct answer:<b>
7. Select the HTML tag that produces the italic word:
Your answer is:<i>
8. In the following HTML, which can produce a hyperlink?
Your answer: <a href= "http://www.w3school.com.cn" >W3School</a>
9. How do I create an email link?
Your answer: <mail href= "[email protected]" >
Correct answer: <a href= "Mailto:[email protected]" >
10. How do I open a link in a new window?
Your answer: <a href= "url" target= "new" >
Correct answer: <a href= "url" target= "_blank" >
11. Which of the following options is the table label?
Your answer is:<table><tr><td>
12. Select the correct HTML tag that allows the contents of the cell to be left-justified:
Your answer: <TD align= "Left" >
13. How do I generate a list with a numbered list symbol?
Your answer is:<ol>
14. How do I generate a list with a dot list symbol?
Your answer is:<ol>
Correct answer:<ul>
15. In the following HTML, which can produce a check box?
Your answer is:<checkbox>
Correct answer: <input type= "checkbox" >
16. In the following HTML, which can produce a text box?
Your answer: <textinput type= "Text" >
Correct answer: <input type= "Text" >
17. In the following HTML, which can produce a drop-down list?
Your answer: <input type= "List" >
Correct answer:<select>
18. In the following HTML, which can produce a text area (textarea)?
Your answer: <input type= "TextBox" >
Correct answer:<textarea>
19. In the following HTML, which can insert an image?
Your answer:
Correct answer:
20. In the following HTML, which can insert a background image?
Your answer:
Correct answer: <body background= "Background.gif" >
<div> blocks
<ol> ordered list
<ul> unordered List
"8-17" HTML test