Picture is failing to load on my website

i have wrote the code to add picture in my website but the pic is not loading

<img src="https:/bit.ly/fcc-relaxing-cat.jpg"alt=“relaxing cat”>**


<h2>CatPhotoApp</h2>
<main>

<img src="https:/bit.ly/fcc-relaxing-cat.jpg"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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3237.0 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

You made some mistake in URL. Please check.

1 Like

Welcome, Cryptic.

This is the source you have:

https:/bit.ly/fcc-relaxing-cat.jpg

This is the source the instructions give you:

https://bit.ly/fcc-relaxing-cat

Hope this helps

1 Like

thank you guys i have seen the mistake i made

1 Like