HTML5 base clean – Ben Wellby


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4. <!-- Meta -->
  5. <meta charset="utf-8">
  6. <meta name="description" content="">
  7. <meta name="keywords" content="">
  8. <meta name="author" content="Ben Wellby">
  9. <!-- End Meta -->
  10.  
  11. <!-- Favicons -->
  12. <link rel="shortcut icon" href="favicon.ico">
  13. <link rel="apple-touch-icon" href="youricon.png">
  14. <!-- End Favicons -->
  15.  
  16. <!-- Title -->
  17. <title>Webpage Title</title>
  18. <!-- End Title -->
  19.  
  20. <!-- CSS -->
  21. <link rel="stylesheet" href="css/stylesheet.css" />
  22. <!-- End CSS -->
  23. </head>
  24.  
  25. <!-- Page Content -->
  26. <div id="container">
  27.  
  28. </div>
  29. <!-- End Page Content -->
  30.  
  31. <!-- Javascript -->
  32. <script src="js/script.js"></script>
  33. <!-- End Javascript -->
  34. </body>
  35. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.