HTML Block and Inline Flashcards
1
Q
How do block-level elements affect the document flow?
A
Block-level elements start new lines that appear on a page.
2
Q
How do inline elements affect the document flow?
A
Inline elements continue of the same line as their other neighboring elements.
3
Q
What are the default width and height of a block-level element?
A
A block-level element takes up as much space horizontally as defined by their parent element and equal space as defined by the content of the block-level element.
4
Q
What are the default width and height of an inline element?
A
Inline elements only take up as much space defined by the content within the tags of the inline element.