For IE browsers (6 thru 8) to read HTML 5 tags. Insert between the <head></head> elements
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
For IE browsers (6 thru 8) to read HTML 5 tags. Insert between the <head></head> elements
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->