HTML5 standard template


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

Just a bit of essential code lines to start everytime from. // I don't use it :P


Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="author" content=" ">
  5. <meta name="designer" content=" ">
  6. <meta name="generator" content=" ">
  7. <title> ~ Insert title ~ </title>
  8. <meta name="description" content="">
  9. <meta name="abstract" content="">
  10. <meta name="keywords" content="">
  11. <!--[if ie]><![endif]-->
  12. <!--[if lte IE 8]>
  13. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  14. <style type="text/css">
  15. img{-ms-interpolation-mode: bicubic}
  16. </style>
  17. <![endif]-->
  18. <link rel="shortcut icon" href="./layout/images/favicon.ico">
  19. <link rel="apple-touch-icon" href="./layout/images/apple-touch-icon-precomposed.png"> <!--114x114 .png no transparent bg-->
  20. <link rel="stylesheet" href="./layout/main.css" charset="utf-8" media="all">
  21. <meta name="language" content="it">
  22. </head>
  23. <body>
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  26. <script >!window.jQuery && document.write('<script src="script/jquery-1.6.1.min.js"><\/script>')</script>
  27. <script src="./script/allcode.js"></script>
  28. </body>
  29. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.