What's wrong with this webpage?

The </h1> tag is outside of the <body> and </body> tagsNothingThe opening tag misses a / signThe <html> and </html> tags are in the wrong position

The </h1> tag is outside the <body> and </body> tags.