Question:

In XML, DOCTYPE declaration specifies to include a reference to ________ file.
 

Show Hint

DOCTYPE declarations are important in XML to ensure data validity by defining the allowed structure of the document.
Updated On: Jun 16, 2025
  • document type declaration
  • document type definition
  • document type language
  • document transfer definition
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

In XML, the DOCTYPE declaration is used to include a reference to the document type definition (DTD), which defines the structure and rules for the XML document. This ensures that the document adheres to the specified format.
Was this answer helpful?
0
0