HTML5 Basic Page Template


/ 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 http-equiv="Content-type" content="text/html; charset=utf-8">
  4.  
  5. <title>untitled</title>
  6.  
  7. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" charset="utf-8"></script>
  8. <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  9. <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8">
  10. </head>
  11.  
  12. </body>
  13. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.