HTML attribute reference (single page).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 30 May 2016 19:10:39 +0300
changeset 1978 2e9097b2426d
parent 1977 2704ec7205a7
child 1979 a39d953734da
HTML attribute reference (single page).
html.rst
--- 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
 =============