How do block-level elements affect the document flow?
These elements start on a new line.
How do inline elements affect the document flow?
They appear on the same line as other elements
What are the default width and height of a block-level element?
The width is the length of the page and there is no default height
What are the default width and height of an inline element?
The height and width of its content