adspace
Answer Posted / Deep Shikha Srivastwa
Document Type Definition (DTD) is a component of XML used to define the structure and data types of an XML document. However, it has largely been replaced by XML Schemas due to its limited capabilities.nFor example:n```xmln<!DOCTYPE root [ n <!ELEMENT root (element*) > n <!ELEMENT element (#PCDATA) > n]n<root>n <element>Content</element>n</root>``
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers