How do block-level elements affect the document flow?
They start on a new line and take up the entire width of the page
How do inline elements affect the document flow?
They only affect the text it’s selected.
What are the default width and height of a block-level element?
width is whole page. height is dependent on the content.
What are the default width and height of an inline element?
The width and height of the content