I have many pages on my website which are mostly using the same HTML template. The only problem is as by website expands the template needs to be changed. Which means changing one page then copying the template onto every other page, which becomes a chore.
I am wondering if there is a way to make a HTML file work like a CSS or javascript file in terms of how you tell the html file where to find the css/javascript file. Then you only need to change that one css file. So no matter how many pages you have using that css file, if you change something in the css file, every single page has that change. Can i do this with my html template???
So that i make a change in my template and it is updated on every page using that template...
I am wondering if there is a way to make a HTML file work like a CSS or javascript file in terms of how you tell the html file where to find the css/javascript file. Then you only need to change that one css file. So no matter how many pages you have using that css file, if you change something in the css file, every single page has that change. Can i do this with my html template???
So that i make a change in my template and it is updated on every page using that template...