The ________ declaration specifies which characters and delimiters may appear in the application.

A DTD
B SGML
C XML
D HTML

Correct Answer: SGML

XML(Extensible Markup Language) and HTML(Hypertext Markup Language) are web markup language used to design and create web pages. The DTD defines the syntax of markup constructs. SGML (Standard Generalized Markup Language) is a standard for how to specify a document markup language or tag set. Such a specification is itself a document type definition (DTD). SGML is metadata.

Related Questions

Next steps