nav semantic tag in HTML - navigation bar

Semantics are tags that provide meaning

Created: 2022-09-12
Tags: #fleeting


<nav> links the site's main sections;
Usually represented by

  • menu buttons,
  • links
  • tabs.

Navigation bar usually remains consistent in all webpages.
Having inconsistent navigation on your website will just lead to confused, frustrated users.

Often people have different views about nav tag and header semantic tag in HTML

  • Some says, Navigation bar is part of header rather than an individual component,
  • Others says, Having the two separate is better for accessibility as screen readers can read the two features better if they are separate.

References