How can one copy an image's link from the web and include it in html tags? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can one copy an image's link from the web and include it in html tags?

17th Dec 2017, 7:08 PM
Ojkrym
Ojkrym - avatar
4 Answers
+ 1
<img src="IMAGE_URL" >
17th Dec 2017, 7:13 PM
Hassie
Hassie - avatar
+ 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 😃
17th Dec 2017, 7:56 PM
Learnsolo
+ 1
thanks
17th Dec 2017, 8:08 PM
Ojkrym
Ojkrym - avatar
0
but i tried it out and it dint work
17th Dec 2017, 7:18 PM
Ojkrym
Ojkrym - avatar