Can anyone tell me what im doing wrong

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src=https://bit.ly/fcc-relaxing-cat  alt=a cute oarnge cat relaxing on its back>
<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 (X11; CrOS x86_64 13310.93.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.133 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

the value of any attribute should be wrapped in quotes

you are missing the quotes

Got stuck at the kitty ipsum, any help??

What’s the problem? if you have same problem with Tyler4 the alt element should surrounded with quotes ex : alt=“kitty ipsum”

I think I’ve got it, thank you