What are the names of the individual pieces of a CSS rule?
A selector
A declaration
In CSS, how do you select elements by their class attribute?
.classname
In CSS, how do you select elements by their type?
use the type name i.e. h1, h2, p, li, ol, etc.
In CSS, how do you select an element by its id attribute?
idname