HTML5 Template

Below is a template for you to use to start your pages. Copy and paste the following text in to a new document. Remember to save all your files with a .html extension!

<!DOCTYPE html>

<html lang="en">

<head>
	<meta charset="utf-8">

	<title>HTML5 Template</title>
</head>

<body>


</body>
</html>