Start by assembling the structure of a webpage.

<html>
<body>
</body>
</html>]]>

Make sure to assemble <!doctype html>, <html>, <body>, </body>, and then </html>.