Multiple choice xml

Is this a valid XML Document ?

     <address> 
     Sanjay     
     Airport          
      Indore
      MP  
</address>

  1. True

  2. False

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

The XML document shown is valid. It has a proper XML declaration (), a single root element (

), properly nested and closed child elements (, , , ), and well-formed structure with matching tags.