Quiz #5
HTML 04 Quiz
Due: August 31
Open Notes
Instructions
Who Does What?
Even though you've just glanced at CSS, you've already begun to see what it can do. Match each line in the style definition to what it does.
Start by writing numbers 1 through 5 down the left side of your page, and then the matching letter for each.
CSS Code |
|
What the Code Does |
|---|---|---|
1. |
a) defines the font to use for text |
|
2. |
b) defines a border around the body that is dotted and the color gray |
|
3. |
c) sets the left and right margins to take up 20% of the page each |
|
4. |
d) sets the background color to a tan color |
|
5. |
e) creates some padding around the body of the page |
Source: "Head First HTML: with CSS & XHTML" by Elisabeth Freeman and Eric Freeman
