html block and inline Flashcards

1
Q

How do block-level elements affect the document flow?

A

Take up the full width by default, appear on a new line

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

How do inline elements affect the document flow?

A

Only take up as much width (space?) as needed, can appear on same line

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

What are the default width and height of a block-level element?

A

width: 100%
height: defined by content

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

What are the default width and height of an inline element?

A

defined by content

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