Adding an image from another website to HTML code. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Adding an image from another website to HTML code.

How can I call image from another website to my HTML code so that it can display on my sololearn code play ground?

22nd Mar 2020, 10:03 AM
Atanda Waheed Olaide
Atanda Waheed Olaide - avatar
2 Answers
0
If that is a static image (like most websites), you can just right-click the image, then click 'Copy image address'. Now you can use an IMG tag in HTML and put the copied in link in the 'href' section.
22nd Mar 2020, 12:34 PM
Ahnaf
Ahnaf - avatar
22nd Mar 2020, 7:31 PM
0xM4hm0ud
0xM4hm0ud - avatar