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?
by using a . and then the name
In CSS, how do you select elements by their type?
just selecting the name, nothing additional
In CSS, how do you select an element by its id attribute?
by using a # and then the name