I'm using Modernizr, I downloaded with "HTML5Shiv" I checked the checkbox.
But My question is... Do I have to put a conditional like this:
<!--[if lt IE 9]>
include html5shiv from Modernizr
<![endif]-->
And if the answer is yes, what script do I have to include there?
You don't need a conditional comment; the html5shiv script is automatically added to the Modernizr source.
According to the docs:
However, if you want to take advantage of Modernizr's shiv, you do need to place the script in the
<head>
tag: