No matter how I try it keeps on saying thisYour image should have a src attribute that points to the kitten image

Tell us what’s happening:
Describe your issue in detail here.

   **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>
 <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>
<img src="https://www.123rf.com/photo_93546252_cute-beautiful-kitten-baby-cat-isolated-in-the-house.html"alt="cute baby kittens sleeping">

   **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; Infinix X650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Part of being a good dev is paying close attention to details. And when things aren’t working read them again.

The instructions say:

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

You are using this one for some reason:

https://www.123rf.com/photo_93546252_cute-beautiful-kitten-baby-cat-isolated-in-the-house.html

When I fix that, your code passes for me.

1 Like

Thanks will try that out

Oh it actually worked out thanks alot

You sound surprised… :wink:

A little bit surprised

I’m not sure if you are being serious. It was simply following the instructions.

It’s cool thanks for helping

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