HTML5 Template with jQuery, HTML5shiv and empty script & style element


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <meta charset=utf-8 />
  3. <!--[if IE]>
  4. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  5. <![endif]-->
  6. <script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  7.  
  8. $(function() {
  9.  
  10. });
  11.  
  12.  
  13. article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
  14.  
  15. </style>
  16. </head>
  17.  
  18.  
  19. </body>
  20. </html>​​​

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.