How i insert a image in html in android mobile | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How i insert a image in html in android mobile

tags

30th Jun 2018, 5:43 AM
Programmer Raja
Programmer Raja - avatar
3 Answers
+ 1
https://imgbb.com/ Go to this website It should work
22nd Nov 2020, 5:19 AM
ACADEMIC
ACADEMIC - avatar
+ 3
In your sdcard or device storage, keep your all assests or images in the same place where you have saved your html document(i.e. like in a folder), then directly add image tag for the image you wanna import... For example you have saved your html document and your image named - picture.png, then add the following code to your html document : <img src = "./picture.png"width ="100%" height = "100%"/ >
30th Jun 2018, 5:58 AM
GodSpeed
GodSpeed - avatar
30th Jun 2018, 6:40 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar