What are the names of the individual pieces of a CSS rule?
Selector, declaration, property, value
In CSS, how do you select elements by their class attribute?
with a dot plus name of the class.
In CSS, how do you select elements by their type?
Matching the element name.
In CSS, how do you select an element by its id attribute?
Using a # symbol plus the name of the ID.