HTML5 Basic Template (w /Google Load)


/ 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. <title>Webpage Title</title>
  4. <meta charset="utf-8" />
  5. <script src="http://www.google.com/jsapi"></script>
  6. <!--[if lt IE 9]>
  7. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  8. <![endif]-->
  9. google.load("jquery", "1.4.2");
  10. </head>
  11.  
  12. </body>
  13. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.