An XML tree starts at a--------and branches from the root to child elements.

An XML tree starts at a--------and branches from the root to child elements.

Answer: A. root elementAnswer: root element In a well-formed XML document, the tree starts at a single root element that contains all other elements. There must be exactly one root…

  1. A.

    root element

  2. B.

    descriptive

  3. C.

    UTF-8

  4. D.

    1056

Attempted by 301 students.

Show answer & explanation

Correct answer: A

Answer: root element

In a well-formed XML document, the tree starts at a single root element that contains all other elements. There must be exactly one root element.

  • Definition: The root element is the single top-level element of the document.

  • Requirement: A well-formed XML document must have exactly one root element.

  • Example: An XML document like <bookstore>...</bookstore> has bookstore as its root element.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…