What are the names of the individual pieces of a CSS rule?
ruleset
In CSS, how do you select elements by their class attribute?
.class name {}
In CSS, how do you select elements by their type?
By calling the element
In CSS, how do you select an element by its id attribute?
id name{}