what is DTD? List the two types of DTD?
Answers
Answered by
6
Answer:
In general, there are two types: internal and external. Internal (parsed) entities are associating a name with any arbitrary textual content defined in their declaration (which may be in the internal subset or in the external subset of the DTD declared in the document).
Answered by
1
Answer:
A DTD defines the tags and attributes used in an XML or HTML document. Any elements defined in a DTD can be used in these documents, along with the predefined tags and attributes that are part of each markup language. The following is an example of a DTD used for defining an automobile: <!
Similar questions