+ 1

I didn't understand this lesson " Image location" Can you help me ?

thank you

16th Jul 2016, 8:00 AM
rose
7 Antworten
+ 3
By image location, it means where the image is located. Which folder? Or is it on the Internet? The location path is entered in src="". If it's in the same folder as your document, the path would be just the image name: <img src="tree.jpg" alt="">. Otherwise, you have to add folder name or full URL if it's on the Internet.
16th Jul 2016, 10:38 AM
ZinC
ZinC - avatar
+ 1
use the file path first you go to your jpg files property and than copy the file path now go your html Editor and scr="paste here" <image src="/sdcard/New Folder/New Folder/IMG_0003.jpg" height="50℅" width="60%" alt="house" />
3rd Aug 2016, 3:57 AM
Ankur Pawar
Ankur Pawar - avatar
0
which topic u dont understood
17th Jul 2016, 9:23 AM
Kota Hemanth
Kota Hemanth - avatar
0
I think I understand now, thank you. do you have any advice for learning programming code? I want to create my website.
17th Jul 2016, 10:18 AM
rose
0
kota hemanth I'm French, so sometimes it's a little difficult for me to understand.
17th Jul 2016, 10:21 AM
rose
0
which lesson u have Dout rose buddy
17th Jul 2016, 10:38 AM
Kota Hemanth
Kota Hemanth - avatar
- 1
or unix location path ../ for two folders above / root path or ./ for within the folder
17th Jul 2016, 6:39 AM
Kamil Kurzynowski
Kamil Kurzynowski - avatar