So that's what style sheet declarations look like. But
where do they go?
Declarations can be used in three places:
- external style sheet files (best)
- <STYLE> elements in a file's HEAD or BODY (OK)
- the value of an element's STYLE attribute (discouraged)