whats wrong in my code

Tell us what’s happening:

Your code so far


<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>
<main>
<img src ="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg"alt ="A resting cat".>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

You’ll have to use this link for the image: https://bit.ly/fcc-relaxing-cat (as given in the exercise).

Also, while this may not throw an error, it is best to have only one main element, instead of two. The exercise also requires you to insert the image above the paragraph elements, not below.

try using the same URL and anchor text you we’re given