I am stuck here help me out

Tell us what’s happening:

Your code so far


<img src= "http://bit.ly/fcc-relaxing-cat" alt='relaxing cat'/></src>
<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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Look at the directions again:

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

Is your <img> tag within the <main> tag?

Please read the requirement for the challenge carefully.
It says…

Let's try to add an image to our website:

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

Now set the src attribute so that it points to this url:

https://bit.ly/fcc-relaxing-cat

Finally, don't forget to give your img element an alt attribute with applicable text.

Look at the directions again

I agree with the others who have posted to read the directions very carefully; to my eyes there’s just one tiny issue remaining with your code, and it has to do with the protocol you’re using in your src tag. (Even one missing letter is enough to break a test!) Good luck!