Question:Consider the fillowing DTD declarations <!ELEMENT name ( first, last) > <!ELEMENT first (#PCDATA) > <!ELEMENT last (#PCDATA) > According to above declarations which of the following is or are valid for name element?  

A <name> <first>Shaz</first> <last /> </name>  

B <name> <first></first> <last>Amin</last </name>  

C <name> <first>Shaz</first> </name>  

D <name> <last>amin<last> <first>shaz</last> </name>  

+ Answer
+ Report
Total Preview: 3287

Copyright © 2024. Powered by Intellect Software Ltd