1. What does HTML mean?
your answer: hyperlinks and text markup languages (Hyperlinks and texts Markup Language)
Answer the wrong!
Correct answer: Hypertext Markup Language (Hyper Text Markup Language)
2. What are the WEB standard makers?
your answer: World Wide Web Consortium
Answer right!
3. In the following HTML, which is the largest title?
your answer:
Answer right!
4. In the following HTML, which can insert a fold line?
your answer: <br>
Answer right!
5. In the following HTML, which can add a background color?
your answer: <body bgcolor= "Yellow" >
Answer right!
6. Select the HTML tag that produces the bold word:
your answer: <bold>
Answer the wrong!
Correct answer:<b>
7. Select the HTML tag that produces the italic word:
your answer: <i>
Answer right!
8. In the following HTML, which can produce a hyperlink?
your answer: <a href= "http://www.w3cschool.cc" >w3cschool</a>
Answer right!
9. How do I create an email link?
your answer: <mail href= "[email protected]" >
Answer the wrong!
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" >
Answer the wrong!
Correct answer: <a href= "url" target= "_blank" >
11. Which of the following options is the table label?
your answer: <table><tr><td>
Answer right!
12. Select the correct HTML tag that allows the contents of the cell to be left-justified:
your answer: <td align= "left" >
Answer right!
13. How do I generate a list with a numbered list symbol?
your answer: <list>
Answer the wrong!
Correct answer:<ol>
14. How do I generate a list with a dot list symbol?
your answer: <ol>
Answer the wrong!
Correct answer:<ul>
15. In the following HTML, which can produce a check box?
your answer: <input type= "checkbox" >
Answer right!
16. In the following HTML, which can produce a text box?
your answer: <input type= "TextField" >
Answer the wrong!
Correct answer: <input type= "Text" >
17. In the following HTML, which can produce a drop-down list?
your answer: <input type= "List" >
Answer the wrong!
Correct answer:<select>
18. In the following HTML, which can produce a text area (textarea)?
your answer: <textarea>
Answer right!
19. In the following HTML, which can insert an image?
your answer: <image src= "Image.gif" >
Answer the wrong!
Correct answer:
20. In the following HTML, which can insert a background image?
your answer: <body background= "Background.gif" >
Answer right!
By
W3cschool Rookie Tutorial | Elapsed
Time: 09:47 |
A little HTML quiz note