Learn HTML by Building a Cat Photo App - Step 5

can anyone help in what’s wrong in my code

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

The word cat is missing from this text, @NoorSandhu !

It should be See more cat photos in our gallery.

This includes the upper case S for See at the beginning of the sentence, as well as adding the word cat back into the text.

I hope this helps you!

Happy coding!

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