Images SRC attributes towards kitten

Tell us what’s happening: I couldn’t understand what to do in SRC attributes images .
What to do when image should have src attributes that point to kitten image

Your code so far


<img   src="https://bit.1y/fcc-relaxing-cat" alt="relaxing_kitten"
<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 (Linux; Android 7.1.2; Redmi 4 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-images-to-your-website/

You are missing > at the end of img tag else your code is right.

The link is wrong, it should be src="https://bit.ly/fcc-relaxing-cat" you have 1y instead of ly

And you must have a > closed angle bracket at the end of img tag