Adding images to your website error

Tell us what’s happening:
It tells me that " Your image should have a src attribute that points to the kitten image." when i already have it.

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>

<img src="https://bit.ly/fcc-relaxing-cat.jpg" alt="Relaxing Cat"/>

</main>


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

wrong url, check the page, the image doesn’t even appear

you need to use the url you are given in the instructions

Hi, that it is not a bitly’s url.

Something happened there.

You have wrong url there, the instructions says:

Now set the src attribute so that it points to this url:
https://bit.ly/fcc-relaxing-cat

Try changing it.

hej
I have the same problem

CatPhotoApp

lezacy kot

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.

I don’t know what is wrong… I see the foto but have mistake: Your image should have a

src

attribute that points to the kitten image.

Do you have this exact url : https://bit.ly/fcc-relaxing-cat ? With https not http (common mistake)

it isn’t reason I still have mistake

Oh, can you provide some code?

<img src="http://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="lezacy kot">

As I mentioned in my previous post, the url in the src attribute should be https://bit.ly/fcc-relaxing-cat

it works without .jpg thanks :slight_smile: