I'm currently making a web page which is mostly standard html/css however I have decided I want to include a few bits of PHP in it.
I notice around the web that you rarely see websites that are .php, most websites are .html/htm.
What I'm wondering is...is there any significance to having your file saved as .php or .html when it contains both? It seems to me that it is just as possible to have almost entirely pure html in a html file or a php file and likewise it is perfectly possible to have mostly php in an html file.
Are there any advantages/disadvantages from having a matching file name to the majority content?