On my webpage, I have a main menu, various links in the main content area, and a left menu. The challenge is to make the website accessible for people who are blind...
When using the tab button to navigate between links, the order currently goes as follows:
- Main menu
- Content
- Left menu
I'm wondering if there is a way to add special values to the <a>
tags to exclude them from this navigation sequence?