Multiple choice technology programming languages

Which element of a document's source code defines how the markup processor should interpret the tags in the source?

  1. The type of tag used

  2. The version of the markup language that the source uses

  3. The document type declaration

  4. None

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

The document type declaration (DOCTYPE) informs the parser or markup processor about the specific rules and DTD/schema to use when interpreting the document's tags. While the language version is related, it is the DOCTYPE declaration itself that explicitly instructs the processor. Tag types alone do not define interpretation rules.