Organizing the different pages of my website, I initially stored HTML files in a folder called X
, with index.html, main.html, and other pages. To streamline access, I decided to separate the articles into folders A
, B
, and C
within folder X
. However, this led to issues with linking between the article pages as well as from the main pages to the articles.
For a clearer visualization of my problem, refer to the image below:
<a class="active" href="Index.html" target="_blank">Home</a>
<a href="#" target="_blank">Anime Stuff</a>
<a href="Youtube.html" target="_blank">YouTube</a>
<a href="Contact Me.html" target="_blank">Know Me</a>