I have a html file which is just my footer. How can I use this in another file? Do I need to use php?
I'm looking for something like this:
<section>
<p>site content</p>
</section>
<?php footer html from a different file goes here ?>
Will this include the styling and javascript that is referenced in the head of the file i'm getting the html from?
Thanks!