- How do I put the navigation bar above the header?
- Can NAV be outside of header?
- Can I put NAV in header?
- Where is the navigation header?
How do I put the navigation bar above the header?
You need to set position: absolute to your div (the nav parent, add a class or id to div element). Then you can move the nav with top, left, right and bottom properties (in px, for example).
Can NAV be outside of header?
There is no semantically correct answer for this one. People tend to put the nav element inside the header because that is generally where navigation lives, but there is no rule that says this element HAS to be inside the header. It is whatever you prefer/choose to do.
Can I put NAV in header?
The <nav> tag is used inside the <header> tag .
Where is the navigation header?
Just like in a Microsoft Word document, the header is the very top of your website. This is where your logo and navigation live, which are two of the first things people will see when they land on your site.