<!-- HTML:Basics snippet 2. -->
<!-- HTML Strict template. -->

<!-- Place the following at the very top of the page: declare the DTD -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd>
<head>
<!-- declare the character encoding for the page -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Page title</title>
<!-- define a description of your page -->
<meta name="description" content="Write your phrase here.">
<meta name="keywords" content="key, words, here">
</head>

<body>
<p>This is some content.</p>
</body>
</html>