⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
HTML
>
HTML File Paths
>
Relative Path
Relative Path Tutorials
9 tutorials found.
📘
image.jpg or ./image.jpg
Relative Path | Same Folder | HTML
📘
about.html
Relative Path | Same Folder | HTML
📘
images/photo.jpg
Relative Path | Subfolder | HTML
📘
folder/page.html
Relative Path | Subfolder | HTML
📘
../image.jpg
Relative Path | Parent Folder | HTML
📘
../css/style.css
Relative Path | Parent Folder | HTML
📘
../../images/logo.png
Relative Path | Two Levels Up | HTML
📘
/images/photo.jpg
Relative Path | Root Relative | HTML
📘
/css/main.css
Relative Path | Root Relative | HTML