Skip to content Skip to main navigation Report an accessibility issue

Screen Reader Only

Documentation

Usage: Add the class of .sr-only of any element to make it visible only to screen readers. This is absolutely essential for giving context to elements without textual information.

Code

HTML
<p><a class="sr-only" href="#content">Skip to main content</a></p>