| introduction | what is a style sheet? what do we use it for? |
| syntax(1) | what is the html syntax used to explore the possibilities of style sheets on an html document? |
| syntax(2) | with how much precision can we choose which element we want to apply the style sheet to? |
| standard | Cascading Style Sheets (CSS) are defined by a standard. How to scan the W3C's document and find the information required quickly and easily? |
| eg.: h1 | an initial, simple example applied to the tag H1 |
| eg.: links | to change the presentation of links, what common modifications can we make to... |
| eg.: scrollbar | it isn't in the standard, but internet explorer allows us to change the color of the scrollbar |
| eg.: table | say goodbye to the headache of table borders. Thanks to CSS you can totally control their appearance. |
| media | we can apply several style sheets to the same document... |