Which of the following is not true for well-formed XML document?

A.
Each element begins with a start tag and ends with an end tag.
B.
An element can contain other elements, attributes, or text nodes.
C.
Attribute values must be enclosed in double quotes. Text nodes, on the other hand, should not.
D.
It can have one or more root element.
Explanation: