Skip to content

Instantly share code, notes, and snippets.

@tjwudi
Created September 11, 2013 09:37
Embed
What would you like to do?
Enable html5 tags for Internet Explorer (< 9)
<!--if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
@tjwudi
Copy link
Author

tjwudi commented Sep 11, 2013

One can use modernizr instead. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment