I am using HTML5, and would like to speed up the creation and editing of my standard HTML template by splitting it into three separate HTML files.
- header.html
- content.html (this will be edited and will have other names e.g. home)
- footer.html
I have looked at the following resources, but I am not sure if this is possible or how to go about it.
http://www.w3schools.com/html/html_head.asp
http://www.w3schools.com/tags/tag_link.asp
In PHP I would just include the files in the right order. Is there an equivelant in just a plain HTML site?
I have googled this, but I don't think Im searching for the right term. I would appreciate any information, or resources available!
Thanks for your time!