Learn HTML by Building a Cat Photo App - Step 5

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

Your code so far

<html>
  <body>

<!-- User Editable Region -->

     <main>
        <h1>CatPhotoAPP</h1>
        <h2> Cat Photos</h2> 
        <!-- TODO: Add link to cat photos --> 
        <p>see more to view more cat Photos in our gallery.</p>
    </main>
          
         
        
     

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

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

Link to the challenge:

Hi there and welcome to our community!

The text of the p element has been modified. It should be ‘See more cat photos in our gallery.’

Don’t change things you weren’t asked to change. You made a lot of small unnecessary changes that are causing you to fail.

I would reset the step and then only do what the instructions ask and no more. Even the smallest unexpected change may cause the tests to fail.

Welcome to the community!

You have placed the requested elements in the correct spot.

But, it is not necessary to change any of the other content within the code.

Happy coding!