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>
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>
3
Q
How do you indicate the relative link to a grand parent directory?
A
Using “../../” followed by the file name.
ex: <a></a>
4
Q
How do you indicate the relative link to the same directory?
A
You just link the file name.
ex: <a></a>