How to add an image from system to html using src command? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add an image from system to html using src command?

23rd Sep 2017, 7:04 AM
Abhishek Rautela
Abhishek Rautela - avatar
3 Answers
+ 8
<img src="file:///storage/emulated/0/your own path to/img.jpg"> <img src="file:///C:/your path to/img.jpg">
23rd Sep 2017, 7:38 AM
Amethyst Animion
Amethyst Animion - avatar
+ 2
<img src="your image path" alt="" style="width: ; height: ">
23rd Sep 2017, 7:17 AM
Trưởng Nguyễn
Trưởng Nguyễn - avatar
0
Thank you ☺
23rd Sep 2017, 8:34 AM
Abhishek Rautela
Abhishek Rautela - avatar