css syntax/ colors Flashcards
1
Q
What are the names of the individual pieces of a CSS rule?
A
selector
property
value
decleration block
declerartion
2
Q
In CSS, how do you select elements by their class attribute?
A
with a dot
ex) .class
3
Q
In CSS, how do you select elements by their tag name?
A
name of the element
4
Q
In CSS, how do you select an element by its id attribute?
A
id
hashtag
5
Q
Name three different types of values you can use to specify colors in CSS.
A
RGB
Hex code
color names