Last Updated: September 09, 2019
·
842
· adelonzeta

HTML5 Shiv

Force IE to render new HTML5 elements and use the specified CSS styling. Example below uses the 'section' tag.

Insert this script in the Head tag of your document.

<script>document.createElement("section")</script>