0
How can one copy an image's link from the web and include it in html tags?
4 ответов
+ 1
<img src="IMAGE_URL" >
+ 6
The image must end with ".jpg" or sometimes it ends with ".png"
To do this on a computer, you must click the "VIEW IMAGE" button. Then the link will hopefully end with ".jpg" or, ".png" . Then you can copy the link. Sorry, don't know how to do it on a mobile 😐
So it will look like this:
<img src="Your image that ends with .jpg">
Hope this helps 😃
+ 1
thanks
0
but i tried it out and it dint work