CSS Syntax Flashcards

1
Q

What are the names of the individual pieces of a CSS rule?

A

selectors and declaration block

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

using a (.) in front of the class name

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

by just typing the tag name ex. body

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

by using the # symbol you can select the id attribute directly

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