11
Separate file for navbar?
(lemmy.ml)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
This is not possible* with native HTML.
You'll want to either preprocess your website with a templating language (Nunjucks or Handlebars are probably the easiest), or enable server-side technology (PHP includes are probably the simple solution) to build your page navigation on request.
*There are some bad hacks on StackOverflow.
You can go old school and use frames! http://www.dansoftaustralia.net/oldest/
Ooh, running to see if I can find it on SO. I love bad hacks.
Edit: I found what I already use :(