How to add images from Android storage in HTML file offline | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add images from Android storage in HTML file offline

How to add images from Android storage in HTML file offline

9th Nov 2022, 7:57 AM
Muhammad Awais Gilal
Muhammad Awais Gilal - avatar
4 Answers
+ 1
You can’t do it here. You can use links from web.
9th Nov 2022, 8:14 AM
Vphispa
Vphispa - avatar
+ 1
Offline only works in your own PC. Here, this app dont work offline. You must use a cloud link. Also can't access your storage, even through online.. edit: for reference, read this https://www.sololearn.com/discuss/2488016/?ref=app
9th Nov 2022, 8:44 AM
Jayakrishna 🇮🇳
0
How can you explain me
9th Nov 2022, 8:17 AM
Muhammad Awais Gilal
Muhammad Awais Gilal - avatar
0
<body> <image src=“www.image.net/image.jpg”></image> </body> You can upload your image somewhere and use it like this.
9th Nov 2022, 8:23 AM
Vphispa
Vphispa - avatar