Add images to a website by using the image element

Tell us what’s happening:


Couldn’t complete this task. Need help.

Your code so far


<img src="https://bit.1y/fcc-relaxing-cat.jpg" alt="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 catnip scratched.</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4181.8 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hey Tangina,

nice to meet you!

Great work adding an image.
You’re almost there!

Within the existing main element, insert an img element before the existing p elements.