When i copy an image link and paste in my practice project work on sololearn, it doesnot work. What is the reason? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

When i copy an image link and paste in my practice project work on sololearn, it doesnot work. What is the reason?

I copied this (https://unsplash.com/photos/0yL6nXhn0pI) From splash.com site. And used it this way: <img src="https://unsplash.com/photos/0yL6nXhn0pI.jpg"> It did not work , where is the error plz help.

10th Dec 2019, 8:53 AM
Dushyant Kumar Tyagi
Dushyant Kumar Tyagi - avatar
1 Answer
+ 2
It seems like the image you are linking to on unsplash does not exist. I tried it with this, and it works perfectly. <img src="https://images.unsplash.com/photo-1476169785137-3bfe32e30ee1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80" >
10th Dec 2019, 9:33 AM
Louis
Louis - avatar