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
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
3
Q
What are the default width and height of a block-level element?
A
width: 100%
height: defined by content
4
Q
What are the default width and height of an inline element?
A
defined by content