Tests -> Quiz 2 Preparation Guide

Date: Monday, April 7, 2008

For the quiz 2, you need to read understand the basic syntax and usage of following XHTML tags and CSS properties.

XHTML tags:

You can read about them on W3 Schools Web site. Click here to visit the page.

CSS Properties, Pseudo-classes, Pseudo-elements, ...

  1. Properties
    • white-space
    • font-variant
    • text-decoration
    • cursor
    • visibility
    • content, counter-increment, quotes
    • outline
  2. Pseudo-classes
    • :link
    • :hover
    • :visited
    • :active
    • :focus
  3. Pseudo-elements
    • :first-letter
    • :first-line
    • :before
    • :after
  4. Others

You can read about the CSS properties and elements on W3 Schools Web site. Click here to read their CSS2 Reference.