+ 4
How i insert a image in html in android mobile
tags
5 Respostas
+ 1
https://imgbb.com/
Go to this website
It should work
+ 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%"/ >
0
How to insert image in html
0
use src attribute name with file value link of file location
eg. <img src="url">