Multiple choice technology programming languages

Where can you add the PI’s?

  1. In XMl Declaration

  2. As an Attribute of Root Element

  3. In the ATTLIST

  4. In DTD

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

Processing Instructions (PIs) like can be included in the DTD section of an XML document. They provide instructions to applications processing the XML. PIs are not attributes, not part of element declarations, and not restricted to the XML declaration alone.