Multiple choice technology programming languages

What is a DTD file?

  1. Document Type definition

  2. Document type decision

  3. Document type data

  4. 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.