What are the names of the individual pieces of a CSS rule?
Selector, property, and value
In CSS, how do you select elements by their class attribute?
Use a period (.)
In CSS, how do you select elements by their type?
Simply use their name
In CSS, how do you select an element by its id attribute?
Use a pound sign (#)