Please help me with this problem code add img

**Tell us what’s happening:**below are my code test for add a kitten image. I finish just like 100% in video help but it happened like this " Your image should have a src attribute that points to the kitten image." and i cant finish my current test to move on the next one.

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="http://bit.ly/fcc-relaxing-cat" alt="Relaxing cat"/>
<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 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

The code you are a little closer to moving to the next stage but the alt should not have a / at the end

1 Like

the challenge says to use this url:

https://bit.ly/fcc-relaxing-cat

you are using a different url, even if not by much

You shouldn’t have a “/” at the end

Edit: Ok, now I see what you meant. The discussion was about the url at first.

You can edit your replies FYI.

Then try adding a “s” to http

thank you everybody
i passed