0
What is FILE PATH in HTML
Dear friends help me. I want to know what is FILE PATH in HTML.
4 Respuestas
0
File path is basically your route or address to any file, you set it every day using graphical user interface (GUI) on your computer. An example would be having a videos on your desktop. We see it as a folder in on screen when we log on our PCs but the computer writes it as c:/users/yourusername/desktop/videoname so similarly html has it's own file path system where to set an image in html file we use the code <img src="myimage.jpg" /> we set it like this because the file is the same directory as the html file but if you have any file in sub-folder the code will be written as <img src="/subdirectoryname/myimage.jpg" />
I hope this clears all your queries
0
Thanks it is helpful
0
happy to help☺
0
Thanks