How i insert a image in html in android mobile | Sololearn: Learn to code for FREE!
+ 3

How i insert a image in html in android mobile

tags

30th Jun 2018, 5:43 AM
Programmer Raja
Programmer Raja - avatar
5 Réponses
+ 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
᠌᠌Code X
᠌᠌Code X - avatar
0
How to insert image in html
14th Jun 2024, 1:57 PM
Idrissa Mohammed
0
use src attribute name with file value link of file location eg. <img src="url">
19th Jun 2024, 9:40 PM
Idrissa Mohammed