CSS Flashcards
1
Q
What are the names of the individual pieces of a CSS rule?
A
selector, declaration block, properties, values
2
Q
In CSS, how do you select elements by their class attribute?
A
With a period .
3
Q
In CSS, how do you select elements by their type?
A
Name of element
4
Q
In CSS, how do you select an element by its id attribute?
A
With a pound #