SSI - Server Side Includes
Server Side Includes (SSI) allow you to import one HTML document into another. SSI also provides for dynamically created pages, and much more. SSI allows you to add interactivity and dynamic elements to Web pages without using CGI.
What is SHTML?
Some Web pages are named .shtml and .shtm - this tells the Web server that the file will have SSI fragments within it.
Some Web pages are named .shtml and .shtm - this tells the Web server that the file will have SSI fragments within it.
How Do I Include One HTML File in Another?
Use SSI, PHP, ASP, JavaScript, or other technology to include portions of HTML on many pages of a Web site.
Use SSI, PHP, ASP, JavaScript, or other technology to include portions of HTML on many pages of a Web site.
Include HTML in Many Documents Using SSI
Learn how to use SSI to include portions of HTML in multiple Web documents while only editing the portion once.
Learn how to use SSI to include portions of HTML in multiple Web documents while only editing the portion once.
Templating Your Web Pages
Use SSI, PHP, ASP, JavaScript, or other technology to include portions of HTML on many pages of a Web site.
Use SSI, PHP, ASP, JavaScript, or other technology to include portions of HTML on many pages of a Web site.
