Word Count: 74
  • Post category:Codings
  • Post last modified:2020-09-13

Reference: HTML5 Template: A Basic Boilerplate for Any Project

 

<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">

  <title>The HTML5 Herald</title>
  <meta name="description" content="The HTML5 Herald">
  <meta name="author" content="SitePoint">

  <link rel="stylesheet" href="css/styles.css?v=1.0">

  <style>

  </style>

</head>

<body>
  ... html tags ...
  <script src="js/scripts.js"></script>
</body>
</html>