Place the lines in the right position.

<html>
  <body>
    <h1>Hello, World!</h1>
  </body>
</html>]]>

Start with <html>, then <body>, then <h1>Hello, World!</h1>, then </body>, and finish with </html>.