Question: What is true of block and inline elements? (_Alternative_: Which statement about block and inline elements is true?)

  1. 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.
  2. 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.
  3. A `
  4. 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.