Multiple choice technology web 2.0

Which statement is true?

  1. XML elements must be properly nested

  2. XML tags are case sensitive

  3. XML documents must have a root tag

  4. All the statements are true

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

XML has strict syntax rules: elements must be properly nested (no crossing boundaries), tags are case-sensitive ( != ), and every well-formed XML document must have exactly one root element that contains all other elements. Since all individual statements A, B, and C are correct, option D is the right choice.

AI explanation

XML requires well-formed nesting (no overlapping tags), tag names and attributes are case-sensitive by specification, and every valid XML document must have exactly one root element enclosing everything else. Since all three individual statements are correct XML rules, the option stating they are all true is the right choice.