Help with source attribute

I need help regarding the img src. I really do not understand what I am doing wrong and why it says I am lacking a src that points to the cat image. I can see the cat image…? It looks correct to me but it keeps saying: Your image should have a src attribute that points to the kitten image.

CatPhotoApp

relaxing cat

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.


<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.13; rv:72.0) Gecko/20100101 Firefox/72.0.

Challenge: Add Images to Your Website

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website

@Lg1231 it should be https not http

@biscuitmanz is right.
Make sure you are reading the instructions very carefully!

Now set the src attribute so that it points to this url:

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

1 Like