What are the names of the individual pieces of a CSS rule?
CSS selectors
In CSS, how do you select elements by their class attribute?
By using a dot, followed by the class name
In CSS, how do you select elements by their type?
By writing the name of an element
In CSS, how do you select an element by its id attribute?
Selecting ID attribute by using #