0

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?

Yabusa
  • 579
  • 1
  • 6
  • 15
  • 1
    Currently such functionality only exists server-side. [SSI](https://en.wikipedia.org/wiki/Server_Side_Includes) springs to mind. – Mr Lister Apr 09 '19 at 17:42
  • you can write a javascript file and write html code in navigation like innerHtml – Shoaib Apr 09 '19 at 17:55

0 Answers0