Multiple choice technology programming languages

Well formed XML document means

  1. it contains a root element

  2. it contain an element

  3. it contains one or more elements

  4. must contain one or more elements and root element must contain all other elements

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

A well-formed XML document must have exactly one root element that contains all other elements. This hierarchical structure ensures the document can be properly parsed. The root element acts as the container for the entire document content.