0

Can sameone explain me how to put a image in the HTML laguage? I'm not understand it

27th Oct 2019, 6:59 PM
Faruck Albino
Faruck Albino - avatar
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.
27th Oct 2019, 7:08 PM
Elisaveta
Elisaveta - avatar
+ 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).
27th Oct 2019, 7:17 PM
Elisaveta
Elisaveta - avatar
+ 1
Thank you so much!
27th Oct 2019, 7:19 PM
Faruck Albino
Faruck Albino - avatar
0
I'm trying to put my picture from the phone to the code but i dont know the correct way to do.
27th Oct 2019, 7:11 PM
Faruck Albino
Faruck Albino - avatar
0
Do you have any idea?
27th Oct 2019, 7:12 PM
Faruck Albino
Faruck Albino - avatar