I'm not very clear about how to insert a picture to a web page with HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm not very clear about how to insert a picture to a web page with HTML

specially when the image is not in the same folder as the editing folder is situated.

18th Oct 2017, 5:19 AM
Sameera Kasun
Sameera Kasun - avatar
2 Answers
+ 3
If the image is in the same folder as your html file : <img src="your_image.png"> If the image is not in the same folder as your html file, let's say you created a sub-folder named "images" : <img src="/images/your_image.png"> If the image is from a website : <img src="copy and paste the image url here">
18th Oct 2017, 6:36 AM
Max
Max - avatar
+ 1
ooh
18th Oct 2017, 11:14 AM
Isuranga Chaminda
Isuranga Chaminda - avatar