Tell a Friend About Our Cool Software

Any and all HTML documents have a certain basic structure that must be adhered to, as follows:
<html>
<head>
</head>
<body>
</body>
</html>
This document is empty, and if loaded into a browser will simply display a blank page. But this is where every HTML document starts, and if you're creating a new document from scratch you might as well start by putting these tags into it because they are required.