Posted By


BlakeRey on 05/30/11

Statistics


Viewed 682 times
Favorited by 1 user(s)

HTML5 Basic Template


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

Use this as a base for your HTML5 projects! :)


Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link rel="icon" type="image/png" href="/images/icon.png" />
  8. <title>Title Goes Here</title>
  9.  
  10. <!-- START Meta Information -->
  11. <meta name="description" content="" />
  12. <meta name="keywords" content="" />
  13. <meta name="author" content="" />
  14. <meta name="robots" content="index,follow" />
  15. <meta name="copyright" content="" />
  16. <!-- END Meta Information -->
  17.  
  18. <!-- START Style Sheets -->
  19. <link rel="stylesheet" type="text/css" media="all" href="style.css" />
  20. <!-- END Style Sheets -->
  21.  
  22. <!-- Javascript -->
  23. <!--[if lt IE 9]>
  24. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  25. <![endif]-->
  26. <!-- END Javascript -->
  27.  
  28. </head>
  29.  
  30. <body>
  31. <!-- CONTENT GOES HERE -->
  32. </body>
  33.  
  34. </html>

URL: http://www.websicle.co.uk

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.