Make sure the web browser knows what version of HTML to use for this cryptocurrency website.

<html>
<body>
  <h1>Bitcoin Wallet</h1>
</body>
</html>]]>

We'll need use <!doctype html> to let the browser know what version of HTML to use.