Home

What is the correct answer?

4

The following is a valid XML Document
<details> 
<subject>
<roll>10</roll>
<name>Jayanta</name>
</subject> <subject>
<name>Bipul</name>
<roll>20</roll> </subject>
</details>

A. True

B. False

Correct Answer :

A. True


Related Questions

If two styles are mentioned asp{ color:blue }p.abc{ color:red } and paragraph… In XML all attribute values must be quoted ie. center="MP" To specify a list of Attributes in Schema use ______ is used inXML documents to block off text that are to be side stepped… To select a particular node __________ is used In DTD to specify an Attribute List use If "centre" is an attribute of a tag, then in Schema use __________ to… .cloneNode(false) DTD follows Use _________ to specify an Attribute list For internal DTD __________ is not required In DTD to validate that a tag can have only text use The correct tag is ________ is used to define the addressing mechanism while ________ is… To select all the names whose salary is above 10000 use XML is preferred over HTML because ___________ can be used to filter tags The valid Schema tag is var xmlDoc=new ActivexObject ("Microsoft.xmldom"); Here xmldom is To retrieve a value stored in a attribute declared in a DTD file _________… <? xml version="1.0"?> tag is mandatory Latest version of XML is _______ ______________ replaces a child node DTD stands for Data Type Definition If a node is replaced, it is reflected on the file itself The following is a valid XML Document<details> <subject> <roll>10</roll><name>Jayanta</name>… The valid Schema tag is .appendChild(newnode) can appends a node at any position In Schema Attribute list can be set to any element .cloneNode(True)