Quiz #6
HTML 05 Quiz
Due: TBD
Open Notes
Instructions
Let's construct and deconstruct <a> elements. Given your new knowledge of the <a> element, fill in any information that is missing in the chart below. The first row is done for you. In each row below it you'll find some combination of the label, destination, and the complete <a> element.
Please write out the entire chart on the paper you turn in.
Label |
Destination |
What you write in HTML |
|---|---|---|
Hot or Not? |
hot.html |
<a href="hot.html">Hot or Not?</a> |
Resume |
resume.html |
|
|
candy.html |
<a href="___________">Eye Candy</a> |
See my mini |
mini-cooper.html |
|
let's play |
|
<a href="millionaire.html"> |
About Us |
about.html |
|
Source: "Head First HTML: with CSS & XHTML" by Elisabeth Freeman and Eric Freeman
