How to fix alt attribute is empty?

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<image src="https://www.bit.ly/fcc-relaxing-cat"alt="Fcc relaxing cat">
<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 ctatnip scratched.</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 5.1.1; SM-J200H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.114 Mobile Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

Have you checked this properly?

@Lassojoh

Your image tag is not correct. Check the below link to declare the image tag correctly.

https://www.w3schools.com/tags/tag_img.asp

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