Quiz #3
HTML 02 Quiz
Due: August 29
Open Notes
Instructions
Below is the HTML for the Head First Lounge again. Take a look at the tags and see if you can identify what they tell the browser about the content. Write your answers according to the matching numbers on the right. I've already done the first couple for you.
HTML CODE |
What the tags tell the browser about the content |
|---|---|
| <html> | Tells the browser this is the start of HTML |
| <head> | Starts the page "head" |
| <title>Head First Lounge</title> | 1. ______________________ |
| </head> | 2. ______________________ |
| <body> | 3. ______________________ |
| <h1>Welcome to the Head First Lounge</h1> |
4. ______________________ |
| <img src="drinks.gif"> | 5. ______________________ |
| <p> | 6. ______________________ |
| Join us any evening for refreshing elixirs, conversation and maybe a game of |
|
| <em>Dance Dance Revolution</em>. |
7. ______________________ |
| Wireless access is always provided; BYOWS (Bring your own web server). </p> |
|
| <h2>Directions</h2> | 8. ______________________ |
| <p> You'll find us right in the center of downtown Webville. Come join us! </p> |
|
| </body> | 9. ______________________ |
| </html> | 10. _____________________ |
