UNPKG

html5shiv

Version:

The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.

13 lines 323 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Test 2</title> <link rel="stylesheet" href="style.css"> <script src="../src/html5shiv-printshiv.js"></script> <body> <section> <p><a href="iframe.1-1.html">Change to Test Page 1</a> <span contenteditable>...</span></p> </section> </body> </html>