How do block-level elements affect the document flow?
They take up the whole length of the page.
How do inline elements affect the document flow?
They only take up as much space as they need.
What are the default width and height of a block-level element
Whatever the length of the page and however tall the contained element is.
What are the default width and height of an inline element?
whatever the space they take us is.