XML MCQ : Yes or No (Multiple Choice Questions)


Question 1
Is this a "well formed" XML document?
<?xml version="1.0"?>
<note>
<to age="39">Tonny</to>
<from>Jani</from>
</note>
A
No
B
Yes
Question 2
Is this a "well formed" XML document?
<?xml version="1.0"?>
<note>
<to>Sam</to>
<from>John</from>
<heading>Reminder</heading>
<body>Save my Mobile Number!</body>
</note>
A
Yes
B
No
Question 3
Is this a "well formed" XML document?
<?xml version="1.0"?>
<to>Sam</to>
<from>John</from>
<heading>Reminder</heading>
<body>Please save my mobile number !</body>
A
No
B
Yes
Question 4
XML elements cannot be empty !
A
Yes
B
No
Question 4 Explanation: 
XML Element can be empty
Question 5
XML attribute values must always be enclosed in quotes !
A
Yes
B
No
There are 5 questions to complete.