HTML Notes:

Attributes!

Default structure:

<DOCTYPE! html>
<html> 
  <head>
  <!-- Stuff that you do not see (web page title, style, scripts, etc) -->
  </head>

  <body>
  <!-- Stuff that you do see (h1, p, img, etc) -->
  </body>
</html>