HTML5 Navigation Bar

suggest change

To make a navigation bar using the HTML5 nav element, encase the links within the nav tag.

<nav>
  <a href="#">Home</a> 
  <a href="#">About</a> 
  <a href="#">Contact</a> 
</nav>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents