Learn HTML by Building a Cat Photo App - Step 2

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

Your code so far

<html>
  <body>

<!-- User Editable Region -->

  <html>
  <body>

<!-- User Editable Region -->

    <h2>CatPhotoApp</h2>
    

<!-- User Editable Region -->

  </body>
</html>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; CPH2083) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

Your code won’t pass because you have this duplicated. Remove the additional tags from the bottom of your code.

Also, you haven’t added an <h2> element with the text Cat Photos, as the challenge requires. Instead, you have changed the existing <h1> tags to <h2> tags.

Best approach now would be to reset the lesson and start again. Only do exactly what the instructions ask of you.