Help me I need help in the photo part

Tell us what’s happening:

Help me I’m stuck here

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img 
src="http://bit.ly/fcc-relaxing-cat" alt="fcc 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 (Linux; Android 10; SM-G975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.99 Mobile Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hello @Farman.
You have not closed your <img> tag.
Close it and try.

1 Like

aya he had not keep the img closing solution here

CatPhotoApp

fcc relaxing cat

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

1 Like

@Farman kindly add > after the alt attribute to close the img tag.