I cant find what'ts wrong with the code

Tell us what’s happening:

hey this is my code relaxing cat. can you tell me what’s wrong with it because icant pass the challenge and it keep sayin " Your image should have a src attribute that points to the kitten image."

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="http://bits.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/83.0.4103.61 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hey @heyg,

The challenge asks you to create an image with a source of a link to a cat photo:
https://bit.ly/fcc-relaxing-cat, but your link looks like this:
http://bits.ly/fcc-relaxing-cat, do you see a difference here?

hey thanks for the advice and i saw the difference which is the s and changed it but it still tells me Your image should have a src attribute that points to the kitten image.

you also have an extra period at the end of the url

oh yea thanks for the advice it works now