What are the names of the individual pieces of a CSS rule?
Selector , Declaration, key value pair
In CSS, how do you select elements by their class attribute?
.classname
In CSS, how do you select elements by their tag name?
the tag name without brackets
In CSS, how do you select an element by its id attribute?
id name