Nuacht

Create an HTML section for your navigation bar. In the HTML file for the page you are working with, locate the section you wish to add the navigation bar to. Use a element to contain it as follows ...
Even better, use the <header>, <nav> and <footer> elements, too because they are useful in creating a overview of the entire webpage, like a layout of the webpage.