Definitions

Now let's define some terms. Every rule in a style sheets boils down to two steps:

  1. First, you select one or more elements on the page.
  2. Then, you specify what the selected element(s) should look like.

If you understand these two steps, you understand Cascading Style Sheets.