HTML Relative Links Flashcards

1
Q

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

A

Using “../” followed by the file name. ex: <a></a>

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

Use the name for the child folder and then the file name.

ex: <a></a>

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

Using “../../” followed by the file name.

ex: <a></a>

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

You just link the file name.

ex: <a></a>

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