HTML Block and Inline Flashcards
1
Q
How do block-level elements affect the document flow?
A
Always start on a new line
2
Q
How do inline elements affect the document flow?
A
They do not start on a new line
3
Q
What are the default width and height of a block-level element?
A
block-level elements take up all available width
4
Q
What are the default width and height of an inline element?
A
The amount of necessary, no more