Add Images to Your Website - Src attribute point

I want to add and use everything which seems to me a helpful material in help section but still the same issue is appearing. Kindly help me to get rid of it.
"Your image should have a src attribute that points to the kitten image. "

Your code so far


<h2>CatPhotoApp</h2>
<main>
<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>
<img src="https://bit.ly/fcc-relaxing-cat" alt="a cat is relaxing">
<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>

Challenge: Add Images to Your Website

Link to the challenge:

The instructions specify which URL to use.

Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg

You must use that URL.

1 Like

Thanks and it works.

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