I have 3 HTML pages for my website. They all have large parts that are the same. Is there a way I can link them to another HTML file so I only have to make changes once, just like you can do with JavaScript and CSS?
This is what I mean by the JavaScript and CSS:
<link type="text/css" rel="stylesheet" href="template.css" />
<script src="js.js" type="text/javascript"></script>