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 elements must be properly nested to avoid overlapping tags, and tags are case-sensitive. Additionally, every well-formed XML document requires exactly one root element enclosing all other elements. Because all three of these requirements are standard XML rules, the choice stating that all statements are true is correct.