Multiple choice xml

Every XML document must be well formed

  1. True

  2. False

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

Every XML document must be well-formed, which means it must follow XML syntax rules: proper nesting of elements, correct attribute quoting, single root element, and proper closing of all tags. This is a fundamental requirement for any document to be processed by an XML parser.