How to add image in HTML, getting error?

After pasting the image link in the scr the image is not uploaded once i ran the test.:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="https://www.google.com/search?q=Image+of+cat&tbm=isch&source=iu&ictx=1&fir=QCFS1TqN7o_H9M%253A%252ChVpvvL-HxQGRYM%252C_&vet=1&usg=AI4_-kQb6BuYg0qvPa1b4yH7ClR8fwYm-g&sa=X&ved=2ahUKEwiL7of6gYnpAhUDAXIKHbKsA4AQ9QEwAXoECAMQLw&biw=1366&bih=661#imgrc=QCFS1TqN7o_H9M" alt="Author standing on a beach with two thumbs up.">

https://bit.ly/fcc-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/80.0.3987.163 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Where on earth did you get that url? You are supposed to use the url given in the challenge for the img src tag.

Hi! You don’t need to google your own kitty… Just past the given url into the scr!

this URL is also not working.

What is your code with the correct url?

Could you show the new code please? The one you ran.

CatPhotoApp

Author standing on a beach with two thumbs up.

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

You need to put these characters :``` on the lines before and after your code so that we can see it.

the img tag is not closed it should be <img src=" #" alt="#" />

Img tags are self closing. You do not need />.

See the example in the lesson:

<img src="https://www.your-image-source.com/your-image.jpg">

check carefully, surely there is a problem. I could pass this level.