Suppose the File structure is this:
root-directory/
│ index.html
│
└── Extension/
└── childFile.html
Let’s say we’ve got an anchor tag in the childFile that redirects us to the index.html page, how can we do so?
Please gimme a solution to this problem, I kinda mismanaged my project’s file system and now I can’t figure out how to link pages that are below the hierarchical system of files
New contributor
Falak Chudasama is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.