Where I am getting stuck on this problem

Tell us what’s happening:
Describe your issue in detail here.
I tried doing this same problem multiple times to try and understand it and keep making the same mistake. The mistake I keep making is every time with the alt section of this problem, I don’t know why it keeps leaving me stuck.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>

<img src= "https://www.bit.ly/fcc-relaxing-cat" alt=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 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

You have to put quotes around the value of the alt attribute.

You have to put quote around the value and also close the tag