Navigation


Topic: Selectors

Goals

See how CSS properties are applied to HTML elements.

Notes

Properties (like font-family) change the way things look. Selectors let you specify what the properties apply to. A heading? A footnote? Nav text?

Have a look at this tutorial. Then this one on class selectors. Here is a short tutorial about id selectors, used a lot with JavaScript. This one on descendent selectors will help.

Finally, this one brings it all together, showing how to layout an entire page.