How do block-level elements affect the document flow?
They start a new line
How do inline elements affect the document flow?
They continue on the same line
What are the default width and height of a block-level element?
expands to a width of 100% of its container and height to what ever it needs to have
What are the default width and height of an inline element?
occupy the space bounded by the tags defining the element