How should i write adress for image? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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>

4th Jan 2017, 8:55 PM
ehsan shahbazi
ehsan shahbazi - avatar
3 Answers
+ 11
file:///sdcard/image.png
4th Jan 2017, 8:58 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 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.
4th Jan 2017, 9:58 PM
Robert
Robert - avatar
+ 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
5th Jan 2017, 12:51 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar