What are the names of the individual pieces of a CSS rule?
Selector, Declaration Block
In CSS, how do you select elements by their class attribute?
with a .
In CSS, how do you select elements by their type?
just put the element name
In CSS, how do you select an element by its id attribute?
with a #