Multiple choice

XHTML documents must have one root element.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

All XML-based documents, including XHTML, must have exactly one root element to be well-formed. In XHTML, this is typically the element that encloses the entire document structure (head and body).