uxweb-dev
Breadcrumb Navigation
Breadcrumb navigation is a secondary navigation pattern that shows the user's current location within a site hierarchy as a trail of links (e.g., Home > Products > Shoes). It helps users understand where they are and quickly navigate back to parent pages without relying on the browser's back button. Proper implementation uses an ordered list within a <nav> element with aria-label="Breadcrumb" for accessibility.
#ux#web-dev