Improving Document Structure
This is one way we could improve our standard document structure:
  HTML
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>My Way-Cool Awesome Site</title>
    <!-- Meta data and information about your site, not visible to visitors. -->
  </head>
  <body>
    <!-- My "Way-Cool Awesome Site" contents, visible to visitors. -->
  </body>
</html>
html