nav Property In HTML5
This Property is used to define a section of Navigation Links. This is One of the New property in HTML5
- <html>
- <body>
- <nav>
- <a href="http://www.yahoo.com">Yahoo</a> --
- <a href="http://www.Google.com">Google</a> --
- <a href="http://www.c-sharpcorner.com">C-sharpcorner</a>
- </nav>
- </body>
- </html>