+ 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?
3 Antworten
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.