Alt being empty

Tell us what’s happening:

I am trying to add the alt statement to my img src and constantly get the alt alt attribute should not be empty. I can not see anything wrong. Using the straight quotes both double and single same results. What am I missing?

Your code so far


<h2>CatPhotoApp</h2>
<main>

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

<img src='https://i.etsystatic.com/14403810/r/il/164de8/1186678895/il_794xN.1186678895_a9q3.jpg' alt='Author standing on a beach with two thumbs up.'>

Your browser information:

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

Challenge: Add Images to Your Website

Link to the challenge:

Follow the directions exactly. You are only supposed to add one image before the first p tag with the given src and the alt attribute goes on that image. Don’t add any more than needed.