Learn HTML by Building a Cat Photo App - Step 7

Tell us what’s happening:

I need help checking my code I’m not sure what I am doing wrong for the code thank you.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more cat photos in our gallery.</p>
      <imp> 

<!-- User Editable Region -->

    </main>
  </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.4 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 7

Hello and welcome!

It should be img not imp. We could all make this mistake.

Happy coding!

1 Like

There is a misspelling of word img in line 8. The actual spelling is “img” not imp

1 Like

Thank you! I had went over this so many times and did not see it.

1 Like

You are very welcome. We all do it sometimes, and it is difficult for us to find the error.

Keep up the good progress!

Happy coding!

1 Like