Specification
We will use a combination of HTML4 and HTML5.
A great resource you should bookmark and use:
View -> Developer -> View Source Option + Cmd + U Type in the following:
<!DOCTYPE html>
<html>
<head>
<title> The Title of this HTML Page </title>
</head>
<body>
This is the body of this HTML Page
</body>
</html>
File -> Open File