Multiple choice technology web technology

The DOCTYPE is used to

  1. Create the CDATA section of an XML document

  2. Create an XML document

  3. Identify the parser that is used to parse the XML document

  4. Identify the DTD for an XML document

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

The DOCTYPE declaration appears at the beginning of an XML document and specifies which DTD (Document Type Definition) should be used to validate the document's structure. It links the XML document to its governing schema.