HTML-Relative-Links Flashcards

1
Q

How do you indicate the relative link to a parent directory?

A

Using (../) before the file name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you indicate the relative link to a grand parent directory?

A

By using the (../) twice which would look like {../../}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you indicate the relative link to the same directory?

A

By using the file name that the file has currently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly