Your image element's `alt` attribute should not be empty

Tell us what’s happening:
I am stuck, I cannot move forward in the challenge. I have checked the alt section of the code several times against the instructions and still it doesn’t work. What am I doing wrong? I have looked at previous posts and I don’t believe I am making the same error.

Your image element’s alt attribute should not be empty.

Your code so far
https://bit.ly/fcc-relaxing-cat" alt=“cat relaxing on bed”>


<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 relaxing on bed">

Your browser information:

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

Challenge: Add Images to Your Website

Link to the challenge:

Hello @camcode2 ,
the <img> tag is written without uppers!
Cheers

Hi Slay, thank you for your quick reply, I have tried inserting uppers, by this you mean capital letters. Still the code does not work.

try writing down img instead of Img

Nainrahul, thank you ever so much!! It worked! :grinning: