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