Add Images to Your Website Crystal L. Jackson

Tell us what’s happening:
I get an error that says, Your image element’s alt attribute should not be empty. I do not know what that means. I don’t understand why it’s empty,

Your code so far


<h2>CatPhotoApp</h2>
<main>

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

Your browser information:

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

Challenge: Add Images to Your Website

Link to the challenge:

Hello,
Make sure you have added proper spacing between different attributes.

Also, the HTML tag is <img>, not <image>

2 Likes

Thank you very much! I am no longer struck.

Kindest Regards,

Crystal L. Jackson

<redacted for privacy>