What are the names of the individual pieces of a CSS rule?
The first part is the selector and the second part is the declaration (properties and values)
In CSS, how do you select elements by their class attribute?
Period then class name
In CSS, how do you select elements by their tag name?
Name of the tag
In CSS, how do you select an element by its id attribute?
Hashtag then id name