I am not getting past step 8 of Cat Photo App

Tell us what’s happening:
Describe your issue in detail here.
well sorry for being a bit odd and probably being weird here but for some reason the image is appearing like it is working but it still says it correct. thank you for the time to read this.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
   <img src= https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg /img>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14588.123.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.72 Safari/537.36

Challenge: Step 8

Link to the challenge:

Hi there! Remember that the link to the image needs quotation marks. Like this → “https://something.com
Also, the tag doesn’t need to be closed with a </img> You just need the <img src= "something">
Hope this helps

1 Like

Thank you for saving me. it worked

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