Lesson 2: Selectors, Div, Span Flashcards

1
Q

allows you to control how an element is displayed

A

CSS Display property

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

kind of element in CSS that is laid out vertically

A

Block level
elements

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

kind of element in CSS that is laid out horizontally

A

Inline level

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

allows you to apply
styles to different sections of your web page

A

Div Tag

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

divides the contents of a web page into individual sections

A

Div

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

generic way of adding structure to an HTML document

A

Span tag

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

a style applied to one element in a page

A

ID selector

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

user defined selector

A

class

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