Created
May 19, 2016 14:03
-
-
Save Diligens/da84ad9b76a312ef20e4c3bf21a795a7 to your computer and use it in GitHub Desktop.
Use this code in html documents make Internet Explorer 8 and old versions understanding HTML5 syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if lt IE 9]> | |
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment