The Real HTML5 Boilerplate (HTML)


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <meta charset="utf-8" />
  4. <title>HTML5 boilerplate—all you really need…</title>
  5. <link rel="stylesheet" type="text/css" href="css/style.css" />
  6. <!--[if IE]>
  7. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  8. <![endif]-->
  9. </head>
  10.  
  11. <body id="home">
  12.  
  13. <h1>HTML5 boilerplate</h1>
  14.  
  15. </body>
  16. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.