How do you indicate the relative link to a parent directory?
../index.html
How do you indicate the link to a child directory?
folder/index.html
How do you indicate the relative link to the grandparent directory?
../../index.html
How do you indicate the relative link to the same directory?
index.html