0
How can i paste images from my mobile, in a html file?
2 Respostas
+ 8
file:///storage/emulated/0/your-folder/your-image.jpg
but it's not a good way to write it in sololearn. try to upload your image in dropbox
+ 6
use <img> element for that. use a file explorer to see the full directory list of your image.
alternatively if you want to display the picture on sololearn to other users use a image host like
https://postimages.org or something similar.
<img src="file:///storage/sdcard1/yourpic.jpg" alt='picture'></img>
https://code.sololearn.com/WjXBaep9yLwp/?ref=app