Learn HTML by Building a Cat Photo App - Step 7

Tell us what’s happening:
it says ther should only be one img element and I should remove the extras. But where are they?

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>
      <img>

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0

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

Link to the challenge:

Welcome to our community!

Your code has passed on my side. Follow the note:
“Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.”

1 Like

You can also try resetting the challenge and doing it again

Thanks for the quick replies! I actually deleted the line and it got approved. Somehow there was already an invisible embedded.

1 Like

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