Simply add this line to your main .htaccess file.
AddHandler application/x-httpd-php5 .html .php .htm
Then, you can insert code into your .html pages like this:
echo "Hello World";
?>

Simply add this line to your main .htaccess file.
AddHandler application/x-httpd-php5 .html .php .htm
Then, you can insert code into your .html pages like this:
echo "Hello World";
?>