HTML 5 Boilerplate


/ 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. <title>HTML 5 complete</title>
  4. <!--[if IE]>
  5. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  6. <![endif]-->
  7. article, aside, dialog, figure, footer, header,
  8. hgroup, menu, nav, section { display: block; }
  9. </head>
  10. <p>Hello World</p>
  11. </body>
  12. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.