HTML-Relative-Links Flashcards
1
Q
How do you indicate the relative link to a parent directory?
A
Using (../) before the file name
2
Q
How do you indicate the relative link to a child directory?
A
First add the folder name then a (/) in between the folder and file name
3
Q
How do you indicate the relative link to a grand parent directory?
A
By using the (../) twice which would look like {../../}
4
Q
How do you indicate the relative link to the same directory?
A
By using the file name that the file has currently