html-relative-pathing Flashcards
1
Q
How do you indicate the parent folder in a path?
A
Use ../ to indicate the folder above the current one,
then follow it with the file name
2
Q
How do you indicate the child folder in a path?
A
For a child folder, use the name of the child folder,
followed by a forward slash, then the file name
3
Q
How do you indicate the grand parent folder in a path?
A
Use the name of the child folder, followed by a
forward slash, then the name of the grandchild
folder, followed by another forward slash, then the
file name
4
Q
How do you indicate the current folder in a path?
A
To link to a file in the same folder, just use the file
name. (Nothing else is needed.)