How do block-level elements affect the document flow?
span the entire width of container
How do inline elements affect the document flow?
not the entire widith of container, take up only the space it is sized at
What are the default width and height of a block-level element?
100% width
height the height of the element
What are the default width and height of an inline element?