HTML FILE PATH
File Paths in HTML1. Absolute Paths:
- Definition : Full URL pointing to a specific location on the web.
- Example:

2. Relative Paths:
- Definition : Path relative to the location of the current HTML file.
- Example:
- Same Directory:
- Parent Directory:
- Root Directory:



- Example:
- CSS Styleshee:
- JavaScript File:
- Image:



Description :
- / : Root directory of the website.
- ../ : Moves up one directory.
- ./ : Current directory (optional).