Build a Cat Photo App - Step 5

Tell us what’s happening:

i cannot close my main order .It should be closed after the closed element.
But every time i try to close my main order after the element it will not work and my code is wrong.

Your code so far

<html>

<!-- User Editable Region -->

  <body>
    <main>
    <h1>Cat Photo APP</h1>
    <h2> Cat Photos<h2> 
    
    </main>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>
  </main>



<!-- User Editable Region -->


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150.0) Gecko/20100101 Firefox/150.0

Challenge Information:

Build a Cat Photo App - Step 5

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dc2385ff86c76b9248c6eb7.md at main · freeCodeCamp/freeCodeCamp · GitHub

you have two </main> closing tags, you also have duplicates h1 and h2, maybe reset the step, and then try adding main element again