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