What are the names of the individual pieces of a CSS rule?
2. declaration
In CSS, how do you select elements by their class attribute?
Matches an element whose class attribute has a value that matches the one specified after the period (or full stop) symbol
In CSS, how do you select elements by their type?
Matches element names
In CSS, how do you select an element by its id attribute?
Matches an element whose id attribute has a value that matches the one specified after the pound or hash symbol