In order to speed up creation and edition of HTML, splitting of HTML files are required into three separate HTML files −
- Header
- Footer
- Content
This is not possible in a static Html website; however, this is possible through PHP. Another way is to use JavaScript to load page pieces after the main page is already loaded.