What does DOCTYPE mean? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

What does DOCTYPE mean?

can anyone give This answer doctype is what

16th Jun 2017, 4:45 AM
CHINTAN JAIN
CHINTAN JAIN - avatar
2 Réponses
+ 12
A document type declaration, or DOCTYPE, is an instruction that associates a particular SGML or XML document (for example, a webpage) with a document type definition (DTD) (for example, the formal definition of a particular version of HTML1.0 - HTML 4.0). In the serialized form of the document, it manifests as a short string of markup that conforms to a particular syntax. https://en.m.wikipedia.org/wiki/Document_type_declaration
16th Jun 2017, 5:22 AM
Awele Omeligwe
Awele Omeligwe - avatar
0
It declares the document.
13th Jul 2017, 7:19 PM
ti.
ti. - avatar