How do I insert an image in my html code from my mobile? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 18

How do I insert an image in my html code from my mobile?

I want to use images of my mobile gallery inside html code. how do I reference it?

21st Oct 2017, 5:40 AM
Faceless
Faceless - avatar
12 Answers
+ 19
Go through @Erik Johanson's answer here: https://www.sololearn.com/Discuss/624265/?ref=app
21st Oct 2017, 5:42 AM
Dev
Dev - avatar
+ 10
I didnt you can check it its not me
21st Oct 2017, 8:02 AM
Faceless
Faceless - avatar
+ 9
thank you
21st Oct 2017, 6:42 AM
Faceless
Faceless - avatar
+ 9
inside sololearn in my code @chArAn
21st Oct 2017, 7:58 AM
Faceless
Faceless - avatar
+ 8
so first we have to upload it to internet then we can use it. thank u
21st Oct 2017, 9:26 AM
Faceless
Faceless - avatar
+ 8
thank u @Shubham
22nd Oct 2017, 5:35 AM
Faceless
Faceless - avatar
+ 6
go to tiny pic .com brother and upload your pic this site will not need any account to sign in just go and upload and it will give you an url in return copy it and put in< img src "the url you got"/>
22nd Oct 2017, 5:31 AM
Don't Challenge Me I Am Learning
Don't Challenge Me I Am Learning - avatar
+ 4
<img src="file:///sdcard/UR_IMAGE.jpg" >
21st Oct 2017, 6:11 AM
林偉雄
林偉雄 - avatar
+ 2
<img src="where is your img located" alt="your img name">
22nd Oct 2017, 7:09 AM
Bara Ovidiu
Bara Ovidiu - avatar
0
Thanks you bara ovidiu
15th Jun 2018, 8:54 AM
Nikhil Ekhande
Nikhil Ekhande - avatar