Multiple choice technology programming languages

Physical Storage units are defined in XML by

  1. ATTLIST

  2. DOCTYPE

  3. ELEMENTS

  4. ENTITIES

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

In XML DTD, ENTITIES are used to define storage units and reusable content. Entities allow you to define shortcuts for repeated text, special characters, or external content. ATTLIST defines attributes, ELEMENTS defines element structures, and DOCTYPE declares the DTD itself.