Addn image to website

Tell us what’s happening:
Relaxing cat
above was my coding and when i run on on test button,i will see this as a response instead of moving on to the next page,pls help rectify were i am wrong

Your code so far


<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; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.284.

Challenge: Add Images to Your Website

Link to the challenge:

there is an extra space and an extra dot in your src value

As @ILM said, there is an extra space and dot in your src.

It should be like this:

<img src="https://bit.ly/fcc-relaxing-cat" alt="Relaxing cat">