Nav HTML

HTML <nav> Tag To specify a section to contain navigation links, the HTML <nav> tag is used. The link is either within the current document or to another document. It does not contain all the links, but only the major block of navigation links. It was introduced in HTML5. Syntax: <nav>…..</nav> Example: <!DOCTYPE html> <html> … Read more