The following should work:
AddHandler application/x-httpd-php5 .html
Personally, I find the above wasteful, as non-PHP files will still be parsed by PHP. Additionally, Apache can be configured so that file extensions can be left off of URLs, making it easy to change the type of files:
Options...