# HG changeset patch # User Oleksandr Gavenko # Date 1466356050 -10800 # Node ID cfa0586ae95514653ca5256f48034f36d15bb419 # Parent f4ff79a3e6933111f859dbc038a373167e9432f2 Including CSS and JS fragments and files. 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. =================