HTML Block and Inline Flashcards

1
Q

How do block-level elements affect the document flow?

A

Block-level elements start new lines that appear on a page.

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 continue of the same line as their other neighboring elements.

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

A block-level element takes up as much space horizontally as defined by their parent element and equal space as defined by the content of the block-level element.

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

Inline elements only take up as much space defined by the content within the tags of the inline element.

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