Question: What is true of block and inline elements? (_Alternative_: Which statement about block and inline elements is true?)
- By default, block elements are the same height and width as the content container between their tags; inline elements span the entire width of its container.
- By default, block elements span the entire width of its container; inline elements are the same height and width as the content contained between their tags.
- A `
- A `` is an example of a block element. `` is an example of an inline element.
Answer: The correct answer of the above question is Option B:By default, block elements span the entire width of its container; inline elements are the same height and width as the content contained between their tags.