HTML5 support on older browsers

IE8 doesn’t recognise any of the new html5 elements and won’t apply styling to them by default unless you first create them with javascript. You should use the html5shiv for this as that is what it is designed for and will contain the full list of new elements.

4 Likes