html.rst
changeset 1978 2e9097b2426d
parent 1967 e852e900a724
child 1991 90e4383e2809
--- a/html.rst	Mon May 30 00:43:32 2016 +0300
+++ b/html.rst	Mon May 30 19:10:39 2016 +0300
@@ -6,11 +6,22 @@
 .. contents::
    :local:
 
-Disable quirk mode.
-===================
-::
+HTML spec
+=========
+
+https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes
+  HTML attribute reference (single page).
 
-  <!DOCTYPE HTML>
+HTML version declaration
+========================
+
+HTML5 version is declared via::
+
+  <!doctype html>
+
+HTML4.01::
+
+  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
 Page encoding
 =============