HTML Structure
All HTML files use the same structure:
<html>
  <head>
    <title>Name of Page Goes Here
    </title>
     Other heading content goes here
  </head>
  <body>
     Other body content goes here
  </body>
</html>