0
Can sameone explain me how to put a image in the HTML laguage? I'm not understand it
5 Respostas
+ 7
Hello,
In the document you just have to add
<img src="image.jpg" />, with "src" as the source tag from where you got the image, and next to the equal sign, you just add the link of the picture you wish to add.
This is also all explained on this lesson https://www.sololearn.com/learn/HTML/1030/?ref=app from the HTML course.
+ 5
Then, in this case, add something like <img src="file:///storage/sdcard0/_____.jpg" />.
It's basically going to your storage folder, checking the details of the image and copying the local path of it (its location).
+ 1
Thank you so much!
0
I'm trying to put my picture from the phone to the code but i dont know the correct way to do.
0
Do you have any idea?