How do block-level elements affect the document flow?
Always start on a new line
How do inline elements affect the document flow?
They do not start on a new line
What are the default width and height of a block-level element?
block-level elements take up all available width
What are the default width and height of an inline element?
The amount of necessary, no more