What information a DTD contains?
-
Attributes
-
Data
-
Constraints
-
Element types
-
Element Data types
A,C,D
Correct answer
Explanation
DTD defines XML structure and constraints. Attributes specify element properties. Constraints define valid values and relationships. Element types declare allowed elements and their hierarchy. DTD doesn't contain actual data instances or specific data type definitions.