http://hipertextos.github.io/docs/starter.html
Recommended helpers
HTML5Shiv
Description
The starter file includes HTML5shiv.js. HTML5Shiv is a JavaScript workaround, invented by Sjoerd Visscher, to enable styling of HTML5 elements in versions of Internet Explorer prior to version 9, which do not allow unknown elements to be styled without JavaScript.
Noscript stylesheet
Description
The <noscript>
tag defines an alternate stylesheet for users that have disabled scripts in their browser or have a browser that doesn't support script: noscript.css
Print stylesheet
Description
The <link href="http://hipertextos.github.io/src/css/print.css" rel="stylesheet" media="print">
code defines an alternate stylesheet for printers.