How to get insert image to html from local path | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to get insert image to html from local path

I can't get images ..when I insert image from relative path

12th Aug 2019, 8:40 AM
Dextar....
2 Answers
+ 2
It's better to keep the image at the same file where the html file is, so you can insert image like this <image src="image_name.jpg"> Rather than <image src="file://whatever/image_name.jpg">
12th Aug 2019, 8:43 AM
Farhan
Farhan - avatar
+ 1
Is it on your phone or PC
12th Aug 2019, 10:21 AM
Dlite
Dlite - avatar