Alt shouldn't be empty

I am stuck on the alt tag:

I keep getting the feedback that alt shouldn’t be empty. It’s not though. What’s the problem? Here’s my code

  **<image src="https://www.bit.ly/fcc-relaxing-cat" alt="Relaxing cats"> **

<h2>CatPhotoApp</h2>
<main>
<image src="https://www.bit.ly/fcc-relaxing-cat" alt="Relaxing cats"> 
<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/90.0.4430.93 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hi @DoreenKA !

I haven’t tested your code but you wrote image here instead of img.

Oh yeah, that’s it! Thank you so much. This is my very first day on the platform. It will get some getting used to. Thank you @jwilkins.oboe!!! You are awesome now I can move forward :grinning:

1 Like

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