diff -r f4ff79a3e693 -r cfa0586ae955 html.rst
--- a/html.rst Sun Jun 19 20:01:35 2016 +0300
+++ b/html.rst Sun Jun 19 20:07:30 2016 +0300
@@ -68,6 +68,26 @@
https://www.w3.org/International/questions/qa-lang-why
Why use the language attribute?
+Including CSS and JS fragments and files
+========================================
+
+HTML 4.01 require ``type`` attribute in CSS and JS linking tags::
+
+
+
+
+
+
+
+HTML 5 makes ``type`` attribute unnecessary when declaring or linking to
+external CSS / JS::
+
+
+
+
+
+
+
Center an object.
=================