+ 1
How can i insert a picture on html using solo because i cant any solo leaner folder on ma device
4 Respuestas
+ 6
upload the image on some resource(site that permit to upload images) and just put the link of it in the code
+ 2
upload image on some resources (do google "share image as url") for example: imgbb.com then upload your image and you will get a share link for image then open link and right click on image and open image in new tab and copy image url
+ 2
and html syntex for image is
<img src="IMAGE-URL" atl="image"> </img>
+ 1
thanks