Can someone please tell me what I am doing wrong

I followed the instructions, watched the video and looked at the hint. Both say I’m right but everytime I run the test it says " Your image should have a src attribute that points to the kitten image." The picture shows up, it is the same as the example in the video but I cant seem to move past it. Have I done something wrong or is it just a glitch

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hello and welcome to the freeCodeCamp community~!

As a hint, http and https are not the same thing. :wink: Your code should match the test instructions exactly. :slight_smile:

1 Like

omg Thank you so much, I can’t believe I didn’t notice that

1 Like