top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is HTML5Shiv?

0 votes
399 views

What is HTML5Shiv?

HTML5Shiv is a JavaScript workaround, created by Sjoerd Visscher, to enable styling of HTML5 elements in versions of Internet Explorer prior to version 9, which do not allow unknown elements to be styled without JavaScript.
 
 HTML5 Shiv only for Internet Explorer browsers less-than version 9.
 
Example for Using HTML5Shiv
 
<!DOCTYPE html>
<html>
 <head>
  <!--[if lt IE 9]>
  <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/r29/html5.min.js"></script>
  <![endif]-->

 </head>
 <body>
 </body>
</html>
 
Video for HTML5Shiv
posted Aug 18, 2015 by anonymous

  Promote This Article
Facebook Share Button Twitter Share Button LinkedIn Share Button

...