CSS Flashcards
1
Q
What are the names of the individual pieces of a CSS rule?
A
CSS selectors
2
Q
In CSS, how do you select elements by their class attribute?
A
By using a dot, followed by the class name
3
Q
In CSS, how do you select elements by their type?
A
By writing the name of an element
4
Q
In CSS, how do you select an element by its id attribute?
A
Selecting ID attribute by using #