Begin with HTML
HTML is static … the contents of the file
are displayed as given
<html><head><title>My Test Page</title></head>
  <body> <!-- No JavaScript yet, just HTML text -->
   What is 2.0 + 2.0?
  </body>
</html>