css syntax Flashcards

1
Q

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

A
  • Selector
  • CSS block
  • Property
  • Property Value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

Using period

.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 type?

A

Just list element

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
# sign
#id { }
How well did you know this?
1
Not at all
2
3
4
5
Perfectly