This is a presentation. If you'd like to view all the slides like a normal web page, you can.
First, let's talk about what it can do when given semantic, valid markup:
h1 { color: blue }
There are several ways to import a style sheet into a document, or apply styles:
<link rel="stylesheet" type="text/css" href="styles.css"/>
@import url("styles.css");
* style element
* style attribute: <pre><a href="#" style="text-decoration:none;">foo</a>
Semantics:
CSS:
