I made websites years ago with html and frames. Now I could see all modern pages are using html5 with css (div). I already know how to make a nice website DESIGN, but I am struggling with the navigation on a website.
Lets say I have a website index.html with 2 divs (div navigation and div content).
When I click on a link in the menu bar (div navigation) the href is another .html file. Fore example I have a link to about.html.
Is the about.html a copy of index.html, just with another text in the div content? So the menu is build again?
This would mean for every side I have to copy the index.html and re-write the div content part. And the div navigation part will always be the same?
I am really struggling with the idea to have the menu bar on every single file every time again, instead the old frame-style, if this is how it is used.