
Doctype
Doctype Declaration
The doctype of a webpage indicates what version of HTML (or equivalent) the browser should use to interpret the document.
For example, a doctype of HTML1.1/Loose must be interpreted using that particular ruleset.
Each doctype in common usage has a particular document type declaration at w3.org (the one for HTML1.1/Loose is at http://www.w3.org/TR/html4/loose.dtd). This is similar to the way in which XML allows you to create your own .dtd rulesets to describe XML data.
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z



