How do block-level elements affect the document flow?
Block level elements are self-contained and takes up the entire width
How do inline elements affect the document flow?
Inline elements occupies space in the place they’re placed; only takes up the space that is required.
What are the default width and height of a block-level element?
Width: entire width of page, Height: just the amount for text with built in margins on top and bottom.
What are the default width and height of an inline element?
The space that is required.