HTML Block and Inline elements Flashcards

1
Q

How do block-level elements affect the document flow?

A

They create 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

Inline elements show up within block level elements and can change content but not the flow of the document.

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 of 100% of its parent container

Default height

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

It will only occupy just the width and height it requires

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