Is it feasible to reuse HTML tags, like headers and footers, across different files? I want to avoid adding an additional HTTP requests by keeping them in different files.
Every time a change request is made, I don't want to duplicate little alterations to headers and footers throughout all of the HTML files.