+ 1
How should i write adress for image?
it didnt work <!DOCTYPE html> <html> <head> <title> page 1 </title> </head> <body> <img src ="/storage/emulated/0/dcim/facebook/fb_img_1480086610118.jpg" width="150px" height="150px" alt =""/> <p align="center" > website </p> </body> </html>
3 Antworten
+ 11
file:///sdcard/image.png
+ 5
The easiest way is to put image in the same folder that your html file is and just use it name in src. Proper way is to make folder for images in your project folder.
+ 3
Ummm /storage/emulated/0/........ what it's will be going huh?
I advice like as Robert becus when you give it to browser will be more free to move easily