html-block-and-inline Flashcards
1
Q
How do block-level elements affect the document flow?
A
Block-level elements will start on a new line.
2
Q
How do inline elements affect the document flow?
A
Inline elements will continue on the same line as neighboring elements.
3
Q
What are the default width and height of a block-level element?
A
Block-level elements will take up all the horizontal space (width) and as much vertical space (height) as text content.
4
Q
What are the default width and height of an inline element?
A
Inline elements will take up only as much width and height of the text content (as much width and height necessary).