Not able to pass the test on img src

i am not able to pass the run test for img src,every time it shows you have to mention img src but ihave already mentioned.please help:

in place of the img link i have mentioned the correct url
Your code so far



<img src="image link "
alt="hi">  

<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>

Your browser information:

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

Have you tried putting a URL of an image inside the src attribute? If not, probably it could be the cause.

The instructions on the left side of the challenge will probably give you a link to the img src. You can simply copy and paste it.

1 Like

Is this on two lines? Be sure to not use a line break in there

Put the full link of the image like this

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

Take a good look at the code above, I hope it’s helpful

Thanks @shimphillip .i have copied the link and it just works fine.