For my site, I want to be able to use the same structure and links without having to repeat the same HTML code every page. I am using CSS for the structure/style of the page, but as far as I know, you cannot implement url links into CSS (please correct me if I am wrong). Basically, I am looking for a way to have a sort of library file, where if I just call it in every page, it will link to that HTML file, and call that section, similar to how a style sheet works. Thanks!
Or could I just have all the stuff in separate Javascript files and use the document.write function to set up the page? Thanks!
Or could I just have all the stuff in separate Javascript files and use the document.write function to set up the page? Thanks!