RDSFSDFSDF
RDSFSDFSDF
X-Markup Language
True
False
4. What is the correct syntax of the declaration which defines the XML version?
<?xml version="1.0"?>
Do The Dance
<?xml version="1.0"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
No
Yes
7. Is this a "well formed" XML document?
<?xml version="1.0"?>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
No
Yes
True
False
<?xml version="1.0"?>
<note>
<to age="29">Tove</to>
<from>Jani</from>
</note>
No
Yes
<?xml version="1.0"?>
<note>
<to age=29>Tove</to>
<from>Jani</from>
</note>
Yes
No
True
<1dollar>
<Note>
<h1>
<first name>
<NAME>
<age>
<7eleven>
<phone number>
<xmldocument>
False
True
20. For the XML parser to ignore a certain section of your XML document, which
syntax is correct?