From e920ec0bea85c9dc5fac49756cda9c737843b0f0 Mon Sep 17 00:00:00 2001 From: Hassaan Ahmad Date: Fri, 18 Jan 2019 07:14:20 +0500 Subject: [PATCH] Add the 3.0 Doctype syntax (#31273) --- guide/english/html/doctype-declaration/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/html/doctype-declaration/index.md b/guide/english/html/doctype-declaration/index.md index c8ef1c5d2e..dc89f69c1f 100644 --- a/guide/english/html/doctype-declaration/index.md +++ b/guide/english/html/doctype-declaration/index.md @@ -38,6 +38,11 @@ Doctype syntax for frameset HTML 4.01: ``` +Doctype syntax for HTML 3.0: +```html + +``` + ## History During the formative years of HTML, web standards were not agreed upon yet. Browser vendors would build new features in whatever way they wanted. There was little concern for competing browsers. The result was that web developers had to choose a browser to develop their sites for. This meant that sites would not render well in unsupported browsers. This situation could not continue.