How can I include an HTML file in another HTML file. Is there any simple way to do that?
Thanks
My preferred method employs PHP, if that is installed on your server. If so, the simplest way to do it is just insert this code at the appropriate place in your containing file:
Note that both files must have the extension .php.
.php