Learn HTML by Building a Cat Photo App - Step 5

I am just stuck in my code . it’s asking me to put below the p element , but I have done that . can anyone help me

Your code so far

<html>
  <body>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

Get rid of this.

You are missing a word in this text.

It should be see more cat photos in our gallery

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.