What are styles?
- Styles are rules that modify the behavior of tags in your document.
- Each rule has a selector (usually an HTML element), and some property/value
pairs
- By specifying styles in a style sheet, you can change the way browsers render
your HTML
next: Why CSS?