What are the names of the individual pieces of a CSS rule?
selector type
declaration block
key value pair containing property and value
In CSS how do you select elements by their class attribute?
In CSS you select elements by their class attribute by using a .class selector.
In CSS, how do you select elements by their tag name?
In CSS, you select elements by their tag name by typing the tag name without any tags.
In CSS, how do you select an element by it’s id attribute?
In CSS, you select an element by it’s id attribute by using an #id selector