Multiple choice technology programming languages

  1. What does DTD stand for?

  1. Direct Type Definition

  2. Document Type Definition

  3. Do The Dance

  4. Dynamic Type Definition

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

DTD stands for Document Type Definition. It defines the structure and legal elements and attributes of an XML document. DTDs were the original validation mechanism for XML documents before XML Schema was introduced.