MAN PAGES // WEEK 08
CSS: APPLYING AND SELECTING · Ch 4 Sec 1-3 + Margaret Hamilton · six terms · write your own usage line under each
$ man CSS
the stylesheet language controlling how pages look
$ man INLINE_STYLE
CSS written in a style attribute; last resort
$ man EXTERNAL_SHEET
a .css file linked from the head; the professional default
$ man SELECTOR
the part of a rule choosing what gets styled
$ man CLASS
a reusable styling label, selected with a dot
$ man ID
a unique label for one element, selected with a hash