Multiple choice technology web technology

What does DTD stand for?

  1. Direct Type Definition

  2. Dynamic Type Definition

  3. Document Type Definition

  4. Do The Dance

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DTD stands for Document Type Definition, which defines the structure and legal elements and attributes of an XML document. It specifies what elements can appear, their order, and their relationships. DTDs provide a way to validate XML documents against a defined structure, though they have been largely superseded by XML Schema.