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 typing “.” before the class name.
In CSS, how do you select elements by their type?
By typing their element type.
In CSS, how do you select an element by its id attribute?
By typing “#” before the id name.