Hello,
I am trying to design a website sort of project, however, ran upon a stump. Right now, I have coded multiple pages between HTML and PHP and am trying to link them all together and not with anchored links or HTML links with words; physically trying to connect the pages so that once they are connected it will form a website. Like pieces of a puzzle coming together to form the puzzle.
For an example, right now I have my index.html, and some other things that I want to link to my index.html such as a menu.html, about.html, etc. I also want to link my template design or border.html to my buttons or menu.html.
Any idea on how I can connect these coded pieces of puzzle to form the puzzle or webpage together?