{ "@context": "https://schema.org", "@id": "https://webspecification.com/spec/foundations/doctype.jsonld", "@graph": [ { "@type": "TechArticle", "@id": "https://webspecification.com/spec/foundations/doctype/#article", "headline": "The HTML doctype", "description": "Every HTML document must start with as its first line. This opts the browser into standards mode; without it, you get quirks mode and broken layout.", "url": "https://webspecification.com/spec/foundations/doctype/", "inLanguage": "en", "isPartOf": { "@type": "WebSite", "@id": "https://webspecification.com/#website", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "author": { "@type": "Person", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "publisher": { "@type": "Organization", "@id": "https://webspecification.com/#organization", "name": "Web Specification Studio", "url": "https://webspecification.com" }, "license": "https://creativecommons.org/licenses/by/4.0/", "dateModified": "2026-07-09T00:00:00.000Z", "citation": [ { "@type": "CreativeWork", "name": "HTML Living Standard — The DOCTYPE", "url": "https://html.spec.whatwg.org/multipage/syntax.html#the-doctype", "publisher": { "@type": "Organization", "name": "WHATWG" } }, { "@type": "CreativeWork", "name": "MDN — Doctype", "url": "https://developer.mozilla.org/en-US/docs/Glossary/Doctype", "publisher": { "@type": "Organization", "name": "MDN" } }, { "@type": "CreativeWork", "name": "MDN — Quirks Mode and Standards Mode", "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode", "publisher": { "@type": "Organization", "name": "MDN" } } ] }, { "@type": "BreadcrumbList", "@id": "https://webspecification.com/spec/foundations/doctype/#breadcrumb", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://webspecification.com/" }, { "@type": "ListItem", "position": 2, "name": "Spec", "item": "https://webspecification.com/spec/" }, { "@type": "ListItem", "position": 3, "name": "Foundations", "item": "https://webspecification.com/spec/foundations/" }, { "@type": "ListItem", "position": 4, "name": "The HTML doctype", "item": "https://webspecification.com/spec/foundations/doctype/" } ] } ] }