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