I want to create common header and footer pages that are included on several html pages.
I\'d like to use javascript. Is there a way to do this using only html and
I tried this: Create a file header.html like
Your application
Now include header.html in your HTML pages like:
Works perfectly fine.