HTML5 Template: A Basic Boilerplate for Any Project

HTML5 Template: A Basic Boilerplate for Any Project

As you learn HTML5 and add new techniques to your toolbox, you’re likely going to want to build yourself an HTML boilerplate to start off all your future projects. We encourage this, and there are many starting points online to help you build your own HTML template.

In this article, we’ll look at how to get started with this. Let’s start simple, with a bare-bones HTML5 page:

<!doctype html>

⁢<html lang="en">
    <⁢head>
  	<⁢meta charset="utf-8">
  	⁢<title>Document>title>
    ⁢</head>
⁢<body>

⁢</body>
⁢</html>

Post a Comment

Post a Comment (0)

Previous Post Next Post