Horje
What is HTML File Paths

A file path describes the location of a file in a web site's folder structure.


File Path Examples

Path Description
<img src="picture.jpg"> The "picture.jpg" file is located in the same folder as the current page
<img src="images/picture.jpg"> The "picture.jpg" file is located in the images folder in the current folder
<img src="/images/picture.jpg"> The "picture.jpg" file is located in the images folder at the root of the current web
<img src="../picture.jpg"> The "picture.jpg" file is located in the folder one level up from the current folder

Example of HTML File Paths

 <img src="https://itupto.com/avatar.png" alt="Profile"> 
Reffered: https://www.w3schools.com/html/html_filepaths.asp





Related Articles
What is HTML File Paths HTML File Paths
What does mean HTML File Paths HTML File Paths
How to create HTML Absolute File Paths HTML File Paths
How to relative File Paths HTML File Paths

Single Articles
Example of HTML File PathsHTML File Paths

Read Full:
HTML File Paths
Category:
Web Tutorial
Sub Category:
HTML File Paths
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
36



Share on: