<!DOCTYPE html>Simple. Next, we need to add a <HTML> tag, to start the page.
<HTML>Now, the header section, which contains titles and things:
<HEAD>Run out of space. D'oh! Continue...
<!-- This is a comment. The line below tells the browser what character encoding the document is written in, don't worry about it -->
<META charset="UTF-8">
<!-- If you don't want to make your website DSi/3DS-compatible, remove the line below: -->
<META name="viewport" content="width=device-width">
<!-- Your page title! -->
<TITLE>My HTML Page</TITLE>
</HEAD>