Im not really gonna explain to much just really write and follow the code
Well a navigation bar is made up of 4 tags
Code:
<nav> <ul> <li> <a>
The <nav> tag shows where the navigation bar starts. The <ul> tag is a
un-ordered list tag and holds the <li><a> tags in them. The <li> tag shows the properties of the nav bar and whats being listed in it. The <a> tag is for when you click on the items in the <li> tags... it brings you to a link.
here's how a navbar would work
Im gonna use a # to indicate a blank page and use index.html for the home page