Add images to your website help me

Tell us what’s happening:
it is not taking my code saying that the src is not pointing towards the image.

adding image to the the website


<h2>CatPhotoApp</h2>
<main>
<img src=https://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 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

In HTML, when you want to set an attribute to an element, the value will always be encased inside a quote " ". Ex:

<p class="paragraph"> This paragraph have a class of paragraph </p>

Can you tell me what’s wrong in this code.

Try to figure it out yourself, but here’s the answer if you can’t seem to figure it out.

your link in the src inside the img tag is missing a quotation mark