How can I made an HTML file call code from other HTML files, i.e. keep everything modular?
I'm trying to convert my personal notes to HTML and keep them modularized. I'm trying to get this test code to work. I have a file called called main-file.html. I have another file called sub-file.html. The only code within this…