Stuck at the "add images to your website" course

I’m stuck at this part in the course. New to this and just trying to understand this. It gives me an X were it says “Your image should have a src attribute that points to the kitten image.” So it won’t let me move forward. I saw there was the Ask for Help option and it brings me to a forum with others that had the same problem. I just don’t know what I’m doing wrong. Can someone explain why, Thank You!

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.141 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

This looks like a sample url instead of a real url. You need to use the url provided in the challenge instructions.

Hello @lucaslong76, welcome to the forum. Your are using the wrong url. You should use: https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg. That should work.

Hello, change your src attribute. Set it to the url: https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

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