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 element — 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…
- A.
root element
- B.
descriptive
- C.
UTF-8
- 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.