Quiz #2
HTML 01 Quiz
Due: August 24
Open Notes
Questions
1. What does the <html> tag do?
2. What does the </html> tag do?
3. Is text that is inside of the <head> and </head> tags displayed in the browser window?
4. What do the <title> tags do to the text inside them?
5. What tags would you put text inside of that you want displayed in the browser window?
6. What does the p stand for in <p>?
7. What do <strong> tags do to text?
8. What do <em> tags do to text?
9. What do <h1> tags do to text?
10. What do the <blockquote> tags do to text?
