It says, " alt attribute shouldn't be empty" , but it is already not empty

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.0.0; SM-C900F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

It’s because you are using incorrect tag for image. For image the tag is <img > not <image>

Oops! How stupid mistake i did! Thank you so much!