Quiz #10
HTML 10 Quiz
Due: October 1
Open Notes
Instructions
- Turn in your [lastname] folder with the updated index.html into
RMK201/[period number]/Inbox/HTML 10. - On a sheet of paper, answer the following questions:
1. Name two reasons why we should use a <q> element for a real quote rather than simply use the " " characters on our keyboards.
2. List two of the browsers you tested the <q> element in. For each browser, how was the text inside the <q> element displayed?
3. How is text inside a <blockquote> element displayed?
4. What are two differences between the <q> and <blockquote> elements?
5. What does "block element" mean? Give an example of one.
6. What does "inline element" mean? Give an example of one.
Source: "Head First HTML: with CSS & XHTML" by Elisabeth Freeman and Eric Freeman
