HTML 5 Starter Page


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

Starter page using HTML 5


Copy this code and paste it in your HTML
  1. <!DOCTYPE HTML>
  2. <head>
  3. <meta charset = "utf-8">
  4. <link rel="stylesheet" href="style.css">
  5. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  6. <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  7. <script scr ="script/script.js"></script>
  8.  
  9. </head>
  10.  
  11. <body>
  12.  
  13. <header>
  14.  
  15. <nav>
  16.  
  17. </nav>
  18. </header>
  19.  
  20. <footer>
  21. </footer>
  22.  
  23.  
  24. </body>
  25. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.