Learn HTML by Building a Cat Photo App - Step 1 I am coding correctly but it says that it is incorrect

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>Hello World</h1>

<!-- User Editable Region -->

  <h1>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 1

Link to the challenge:

[I am coding correctly but it says that it is incorrect]

Your above code is incorrect for what the challenge asks, and that is why it is failing. Please dont confuse others that this is correct.

The challenge asks you to change the text of the h1 which you have not done in the above code. You also added a random h1 with no text or closing tag which is also incorrect