help i want to to inset image

Tell us what’s happening:

Your code so far


<main>
<h2>CatPhotoApp</h2>
<img
src="https://bit.ly/fcc-relaxing-cat.com alt="kitten image.">
<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 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

You have missed " (closing quotation mark) for the src attribute and the src attribute is supposed to have a value of https://bit.ly/fcc-relaxing-cat.

I don’t know actual source url of img,but I am sure the problem is in the source url of img.

image

Hi @Jack628.
I have edited your original answer and deleted your second post because the url without additional information is not beneficial to the original poster. Thanks for taking time to help.

Hello,
Welcome to the freeCodeCamp Community,

I would recommend you to check out and make sure that you have typed out the correct src URL of the image.

Also one advice I would give you is that instead of manually typing the provided URLs/links (i.e, the bit.ly URL here), Copy and Paste those as theres a high chance of making typos in those.
This only applies to provided URLs BTW, type out other things (like the img tags) manually like you have.

Happy Coding.