Basic HTML5 page


/ 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. <head>
  4.  
  5. <!-- Title -->
  6.  
  7. <!-- Meta -->
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <meta http-equiv="content-Language" content="en" />
  10. <meta name="keywords" content="" />
  11. <meta name="author" content="" />
  12. <meta name="copyright" content="" />
  13. <meta name="company" content="" />
  14. <meta name="robots" content="all" />
  15.  
  16. <!-- Favicons -->
  17. <link rel="shortcut icon" type="image/png" href="" />
  18. <link rel="apple-touch-icon" href="" />
  19.  
  20. <!-- Stylesheets -->
  21. <link type="text/css" rel="stylesheet" href="" />
  22.  
  23. <!-- Scripts -->
  24. <script type="text/javascript" src=""></script>
  25.  
  26. </head>
  27. <body>
  28.  
  29. </body>
  30. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.