If you want to make a navbar that's drop down or flyout it will take more time and effort for very little advantage. In that case you're probably better off buying a website template with the looks and navigation bar that you want, so you can concentrate on what's really important for your website - writing content.
Other things to consider are how to locate the navbar, how to style it, how to make it change when visitors hover their mouse over a menu item, and how to be able to change it simply on every page at once. You really don't want to have to change the navigation bar on 20 or 50 pages one after the other when you update it with a new menu item.
Locating the navigation bar is quite simple. You just build your website using tables for the layout in either a two or three column arrangement, and put the navbar in the left hand column directly below the header graphic. The modern trend is to use CSS to position items on the web page, and that's good if you want to build websites professionally, but to make a website for yourself or your small business tables are fine, and a lot easier to do.
Being able to change the navbar easily on every page at once is a bit more difficult, but it is well worth the extra effort. In fact, it is pretty well essential.
You can make the navigation bar in a separate file called a virtual include, and then place a small piece of code in the web page where you want it to go. When a visitor opens the webpage the piece of code calls up the virtual include which then places the navbar on the page. When you need to update your navigation bar you just have to update that one virtual include file.
Styling is another matter, and you can style both the navigation bar text and the background. Using CSS for the navbar text styles lets you change styling easily by changing one file. CSS gives you more styling options than using HTML and it lets you easily change the text color, size and font plus change the style when someone hovers their mouse over a menu item. You could make the hovered text radically different to the rest of the navbar, but a subtle change such as a change in color is usually best. It's easy to do.
I really hope that you are now in a better position to decide, whether to learn HTML and CSS or not. You can easily find a training center near to your home. All you have to do is search online, as the top centers have their own websites these days.



