Computer >> Computer tutorials >  >> Programming >> HTML

Splitting up an HTML page and loading it through header?


In order to speed up creation and edition of HTML, splitting of HTML files are required into three separate HTML files −

Splitting up an HTML page and loading it through header?

  • 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.