+ 1
I didn't understand this lesson " Image location" Can you help me ?
thank you
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.
+ 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" />
0
which topic u dont understood
0
I think I understand now, thank you. do you have any advice for learning programming code? I want to create my website.
0
kota hemanth I'm French, so sometimes it's a little difficult for me to understand.
0
which lesson u have Dout rose buddy
- 1
or unix location path ../ for two folders above / root path or ./ for within the folder