nav Property In HTML5

This Property is used to define a section of Navigation Links. This is One of the New property in HTML5
  1. <html>
  2. <body>
  3. <nav>
  4. <a href="http://www.yahoo.com">Yahoo</a> --
  5. <a href="http://www.Google.com">Google</a> --
  6. <a href="http://www.c-sharpcorner.com">C-sharpcorner</a>
  7. </nav>
  8. </body>
  9. </html>
123.png