Server Side Include by default is only activated on .shtml files. Its possible to activate it on .htm and .html files also.
Controlled by editing .htaccess
AddHandler server-parsed .htm .html .shtml AddType text/html .htm .html .shtml