Every time I make an edit in the navigation bar, I have to copy and paste this change into each .html page. Is there a way to link one html file, I'd call navigation.html, into all the other files the same way css is performed? That way I make one change to the navigation, and it updates all the links?
Does something like <a href="navigation.html ref="(html or whatever) type="html?"
exist?