Build a Cat Photo App - Step 5

Tell us what’s happening:

Idk why but I can’t do this can I skip this ? For sure

Your code so far

<html>
  <body>

<!-- User Editable Region -->

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


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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 5

instead of repeating so many elements, try resetting the step, then adding only the main element