0
How to add an image from system to html using src command?
3 Respuestas
+ 8
<img src="file:///storage/emulated/0/your own path to/img.jpg">
<img src="file:///C:/your path to/img.jpg">
+ 2
<img src="your image path" alt="" style="width: ; height: ">
0
Thank you ☺