html - If conditional comment for IE 11? -


how can include ie11 stylesheet on website ?

i have following comment in html not work ie11. or maybe understood wrongly?

    <!-- html5 shiv , respond.js support ie8 or older html5 elements      , media queries -->     <!--[if lt ie 9]>    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js">    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js">    </script>    <script src="bower_components/html5shiv/dist/html5shiv.js"></script>    <script src="bower_components/html5shiv/dist/html5shiv-printshiv.js">    <![endif]--> 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -