Alt attribute shouldn't be empty

Tell us what’s happening:

Hi, I ran the test, and it sais alt attribute shouldn’t be empty. But it’s not! What am I doing wrong?
Many thanks!

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36.

Challenge: Add Images to Your Website

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

alt="cat">

This bit of code is not in an opening tag.

Thaks so much, the course didn’t say this!

Attributes must always be contained in the opening tag.