On a linux host, HTML files using a PHP file extension will be processed by the PHP interpreter. Without PHP actually included, the HTML directives in the file will be processed just fine. If there are PHP includes or other commands, as long as the syntax is OK, the html portion is also processed fine.

Take care, Mike