Build a Cat Photo App - Step 8

Tell us what’s happening:

Despite me refreshing the page and and writing exactly what they told me to say several times it still says my code does not work. is there anything I’m missing?

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

      <img> <img src='https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg'

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 8

Have you double checked your img tag?

Hint: Every Html element must have an opening and closing tag.

For example: <p>Everyone loves cute cats online!</p>

This p element has an opening tag and inside of it is the text Everyone loves cute cats online! followed by a closing tag.

are you sure you should have two img elements?