0
How to add image from my phone's local folder in HTML
3 odpowiedzi
+ 4
Hi Kaka The great ,
It's a duplicate question, please use search bar before asking!
these are the same posts read the answers of these post!
https://www.sololearn.com/discuss/565851/?ref=app
https://www.sololearn.com/discuss/1325165/?ref=app
https://www.sololearn.com/discuss/156414/?ref=app
So, you are new, read the guidelines it will be helpful for you - https://www.sololearn.com/Discuss/1316935/?ref=app
+ 3
You can find out the answer if you search here as follows:
https://www.sololearn.com/Discuss/1590615/?ref=app
+ 2
use ./ if it's in the same folder where your html file is
<img src="./image.png">