How can I remove repeating codes in different html files.
I want to have a file which contains repeating codes in every html files and call it using a simple code. This way I can alter one file and it will be applied to all the html files.
For example, php uses <?php include ('content.html'); ?> and call content from content.html in different html files.
It is really difficult to edit trivial errors. I have to go through every html files to make changes every time.
Please help!