0
How to find image links
I was learning how to code images, but how would someone get an image link in the first place?
7 Answers
+ 3
Letâs say you need some image related to some description. You need to Google your description. In the Google photos click to any photo. Now click on it again and select open in a new tab. Now you can see only this image and nothing else in the new tab. Copy the link and paste it into your website. <img src=âyourlink.comâ> Thatâs how you get the link to any url image.
+ 2
An image tag you can use:
<img src="http://www.sololearn.com/images/tree.jpg" >
+ 2
To test code with random images, I have just found this awesome site : https://picsum.photos/ it gives you links to photos of any size. Have fun with code !
+ 1
imgur is a good choice. You have to copy the image FILE URL, though, not the share URL. This is much easier done on desktop.
+ 1
check out this!
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
+ 1
Haha,, you are facing the same problem when I started learning & practicing the image tag. However, follow this:
1) click/tap on the image
2) then, click on "image preview"
3) Click on the right corner to open it fully
4) then copy that page's link
0
Thank you for your answers everyone đ