Skip to content

Instantly share code, notes, and snippets.

@Phlow
Created August 8, 2022 20:02
Show Gist options
  • Save Phlow/031d4f28a405d6f77b470fd0073d7332 to your computer and use it in GitHub Desktop.
Save Phlow/031d4f28a405d6f77b470fd0073d7332 to your computer and use it in GitHub Desktop.
#HTML Navigation
<nav id="main-nav" aria-label="Main">
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
<!-- aria-label: Eine kurze Beschreibung des Zwecks der Navigation, wobei der Begriff "Navigation" weggelassen werden sollte, da das Bildschirmlesegerät sowohl die Funktion als auch den Inhalt der Beschriftung lesen wird. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment