How do i add a picture in a html doc. Which is present in my own storage i.e. my phone. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i add a picture in a html doc. Which is present in my own storage i.e. my phone.

29th Jan 2017, 6:21 AM
Md. Sayanur Rahman
Md. Sayanur Rahman - avatar
3 Answers
+ 2
***** Inputting pictures from a website ***** <img src="url"> If you want to do it from your computer, there are two ways. ***** the full adress ***** <img src="c:/users/etc."> If the html file is in the same map as the picture (e.g. html file is in "c:/users/John/Html/" and the picture is in "c:/users/John/Html/") You only have to use the name of the picture ***** Only name of picture ***** <img src="logo.png"> Hope this helps ;)
29th Jan 2017, 11:56 AM
Tom Post
Tom Post - avatar
0
no I wanna know how to add image in smartphone in sololearn code playground which is in my same phones storage
30th Jan 2017, 10:54 AM
Md. Sayanur Rahman
Md. Sayanur Rahman - avatar
0
Sololearn is a little bit difficult when it comes to importing things from your pc. It ISNT possible to import images from your phone or laptop. It IS podsible to use images from websites
30th Jan 2017, 12:07 PM
Tom Post
Tom Post - avatar