Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:

Describe your issue in detail here.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>
      <img src=''>

<!-- User Editable Region -->


<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 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 8

Remove the empty <img> tag in your code only the second <img> tag with src attribute is correct.
Hope this helps!

1 Like