Cant seem to point src to the img

Tell us what’s happening:

as yall can see…dont know whats going wrong with my code but the challange is to insert an image in your HTML webpage using an src attribute, but even after inserting an src with img url and ending it with alt text, I cant seem to get the test complete
PS; It shows to point the src code to the pic
Need Help Guys!!

Your code so far


<img src ="https://bit.ly/fcc-relaxing-cat."alt="cat relaxing."/>
<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>
</main>

Your browser information:

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

Challenge: Add Images to Your Website

Link to the challenge:

Remove the . at the end of your src url and you should pass. :slight_smile: