HTML Block and Inline elements Flashcards
1
Q
How do block-level elements affect the document flow?
A
They create a new line.
2
Q
How do inline elements affect the document flow?
A
Inline elements show up within block level elements and can change content but not the flow of the document.
3
Q
What are the default width and height of a block-level element?
A
Width of 100% of its parent container
Default height
4
Q
What are the default width and height of an inline element?
A
It will only occupy just the width and height it requires