Server Side Includes (SSI)
Commands that can be included in web pages that are processed by the web server when a user requests a file. The command takes the form <!--#include virtual="/path/to/file"-->.
A common use for SSI commands is to insert a universal menu into all of the pages of the web site so that the menu only has to be changed once and inserted with SSI instead of changing the menu on every page.