CSS Quick Reference
Two: Selectors
Fig 1.0 CSS used inline affecting a single element.
Fig 2.0 class selectors to alter the behaviors of some
<H2> elements.
Fig 3.0
<H1> and
<H3> share a common definiton as do
<H2> and
<H4>.
Fig 4.0 A class can apply to all elements that support that particular property.
Fig 5.0 CSS Showing the special
first-letter
and
first-line
directives, used with color.