css-syntax Flashcards
1
Q
What are the names of the individual pieces of a CSS rule?
A
The first part is the selector and the second part is the declaration (properties and values)
2
Q
In CSS, how do you select elements by their class attribute?
A
Period then class name
3
Q
In CSS, how do you select elements by their tag name?
A
Name of the tag
4
Q
In CSS, how do you select an element by its id attribute?
A
Hashtag then id name