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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In CSS, how do you select elements by their class attribute?

A

with a dot
ex) .class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In CSS, how do you select elements by their tag name?

A

name of the element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In CSS, how do you select an element by its id attribute?

A

id

hashtag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name three different types of values you can use to specify colors in CSS.

A

RGB
Hex code
color names

How well did you know this?
1
Not at all
2
3
4
5
Perfectly