Get started with html5shiv CDN
(MIT OR GPL-2.0) licensed
HTML5 Shiv: Small JS file for consistent rendering of HTML5 elements in older browsers.
Tags:- shim
- ie
- html5
Stable version
Copied!
How to start using html5shiv CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with html5shiv CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/html5shiv/3.7.3/html5shiv.min.js"></script>
<link rel="stylesheet" media="screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:1.0dpi)" href="styles.css.css">
<link rel="stylesheet" media="screen and (min-resolution:1.25dpi)" href="styles.css.css.retina.css">
<!-- Other scripts and stylesheets -->
</head>
<body>
<!-- Your HTML content goes here -->
</body>
</html>
Copied!
Copied!
Copied!
Copied!