Multiple choice technology programming languages What is a DTD file? Document Type definition Document type decision Document type data Document type development Reveal answer Fill a bubble to check yourself A Correct answer Explanation DTD (Document Type Definition) defines the structure and legal elements of an XML document. It specifies what tags can be used, their order, and how they can be nested. DTDs provide validation rules for XML parsers to check document conformance.