Multiple choice technology programming languages

DTD includes the specifications about the markup that can be used within the document, the specifications consists of all EXCEPT

  1. The browser name

  2. The size of element name

  3. Entity declarations

  4. Element declarations

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

DTD specifies element declarations, entity declarations, attribute list declarations (ATTLIST), and notation declarations. It is browser-independent and does NOT specify which browser to use. The DTD defines document structure, not presentation or browser-specific information.