Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

CSS Week 4

If I understand, the assignment
is to make the first letter of paragraph one color
and the first line another color.
That makes the color of remaining lines default of body style.

Unit 4 (Part 1)

Example of ID selector

The above works well, but if you forget to close </ul> tag the remainder of page is lined-through

Unit 4 (Part 2)



Demonstrate your understanding of pseudo-selectors by using :first-line, :first-letter and the three anchor<A>states in your HTML document.

Add the :hover state to some of your hyperlinks:


Cascading Style Sheets, level 2
css text properties
CSS2 5 selectors

menu/internal/external links apply hover.  How do they do that?

Unit 4 (Part 3)

Demonstrate your understanding of the lesson by using
line-height,

letter-spacing,

word spacing

200vertical-align in your HTML document.

Try working with margins and padding to make text-indent produce a
hanging indent

Also, by setting the left margin to the size of the indent.
produces the same result.

Revised