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>
No | |
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>
Yes | |
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>
No | |
Yes |
Question 4 |
XML elements cannot be empty !
Yes | |
No |
Question 4 Explanation:
XML Element can be empty
Question 5 |
XML attribute values must always be enclosed in quotes !
Yes | |
No |
There are 5 questions to complete.