1. What does HTML stand for?
2. Who is making the Web standards?
3. Choose the correct HTML tag for the largest heading
4. What is the correct HTML tag for inserting a line break?
5. What is the correct HTML for adding a background color?
6. Choose the correct HTML tag to make a text bold
7. Choose the correct HTML tag to make a text italic
8. What is the correct HTML for making a hyperlink?
9. How can you make an e-mail link?
10. How can you open a link in a new browser window?
11. Which of these tags are all <table> tags?
12. Choose the correct HTML to left-align the content inside a tablecell
13. How can you make a list that lists the items with numbers?
14. How can you make a list that lists the items with bullets?
15. What is the correct HTML for making a checkbox?
16. What is the correct HTML for making a text input field?
17. What is the correct HTML for making a drop-down list? | You answered: | <input type="list"> |
Wrong Answer!
18. What is the correct HTML for making a text area?
19. What is the correct HTML for inserting an image?
20. What is the correct HTML for inserting a background image?
|