What are the names of the individual pieces of a CSS rule?
CSS Ruleset
CSS Selector {
Property:Value
}
Declaration Block = Property:Value
In CSS, how do you select elements by their class attribute?
.class (period or dot)
In CSS, how do you select elements by their tag name?
tag name
In CSS, how do you select an element by its id attribute?
idattribute