Multiple choice xhtml

All elements in XHTML must be closed

  1. True

  2. False

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

XHTML is stricter than HTML - every element must be properly closed, including empty elements which use self-closing syntax like
or . This is a fundamental rule that distinguishes XHTML from HTML.