What am I doing wrong regarding alt attribute?

I don’t understand why It’s saying ‘Your image element’s alt attribute should not be empty.’

I’ve been staring for hours and don’t know what’s wrong. Can anyone please help?!

   **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src=https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg alt=''A cat wearing a necktie.''>
<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/97.0.4692.71 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

The src code you should put in the “”. Ex: src=“URL” alt=“image”

Well, you used single quotation marks, and a pair of single quotation marks with nothing it between them is ‘empty’.

Also, you forgot to put any quotation marks around your src url:

HAHA. Perhaps, read it wrong

Thank you so much, that’s fixed my issues!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.