File Paths

Next ❯Tag List

Used to locate your files correctly as per your file structure

  • Be careful when you provide the link of your files to access it
FilePath
If located in the same folder as the current pageFileName.png
If located in some folder located in the current folderfolder/FileName.png
If located in some folder located one level up from the current folder../folder/FileName.png
If located in some folder located at the root of the website folder/folder/FileName.png
Example:
  • label_outline
    File located in the same folder as the current page
    • Example Syntax: <img src="FileName.png">
  • label_outline
    File located in some folder located in the current page folder
    • Here, some Folder name is "images"
    • Example Syntax: <img src="images/FileName.png">
  • label_outline
    File located in some folder located one level up from the current folder
    • Here, some Folder name is "images"
    • Example Syntax: <img src="../images/FileName.png">
  • label_outline
    File located in some folder located at the root of the website folder
    • Here, some Folder name is "images"
    • Example Syntax: <img src="/images/FileName.png">

  • Tag List
❮ Prev Style Sheet
Next ❯Tag List
TryOut Examples"Learn to Explore..!"

TryOut Editor

receipt