Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:
I keep putting the link in the right place and the image appears in the preview but the site tells me that I’m making a mistake, I don’t understand why

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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

What’s this doing up here?

I can only modify the part in between the two commentary that say : “< ! – User Editable Region -->” :slight_smile:

OH okay :melting_face:
that’s the solution, I wasn’t knowing that you can modify the part on the top, thanks a lot !

im having the same problem

If you have a question about a specific challenge as it relates to your written code for that challenge, and you’ve tried to solve it at least 3 times so far and still need some help, just click the Ask for Help button located on the challenge (it looks like a question mark).
This button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

thank you im on 12 now

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