Last Updated on April 26, 2023 by Roshan Parihar
HTML nav tag is used to specify list of navigational menus.
These menus are the links for the internal pages of the website.
Syntax
1 |
<nav>list elements comes here...</nav> |
1 2 3 4 5 6 7 8 |
<nav> <ul> <li>Home</li> <li>Privacy Policy</li> <li>About Us</li> <li>Contact Us</li> </ul> </nav> |
Output
Resources and References of HTML nav tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github