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