What are the names of the individual pieces of a CSS rule?
The Css ruleset selector, Declaration block, property, value, close brace for the DB.
In CSS, how do you select elements by their <class> attribute?</class>
.(class)
in CSS, how do you select elements by their tag name?
Just type in the name of the element
In CSS, how do you select an element by its <Id> attribute</Id>
(Id)