CSS Flashcards
1
Q
What are the names of the individual pieces of a CSS rule?
A
properties
2
Q
In CSS, how do you select elements by theirclassattribute?
A
.
3
Q
In CSS, how do you select elements by their type?
A
use element name
4
Q
In CSS, how do you select an element by itsidattribute?
A
#