The problem it solves
Most pages repeat the same header and navigation at the top. A keyboard user would have to tab through every one of those links on every page before reaching the real content. A skip link offers a shortcut that jumps focus straight to the main region.
- It is usually the first focusable element so a single Tab reveals it.
- It targets the main content by pointing focus there.
- It saves dozens of keystrokes on link heavy headers.
How it works
The link sits at the very top of the document and points to the main content. Activating it moves focus into that region so the next Tab continues from there.
- Put the link first in source order so it is reached immediately.
- Point it at the main content so focus lands where reading begins.
- Make sure the target can receive focus so the jump actually moves it.
Keeping it usable
A skip link is often hidden until focused, then revealed so sighted keyboard users can see it.
- Show the link clearly when it receives focus.
- Use plain wording like Skip to main content.
- Confirm focus truly lands in the main region, not just the page scroll.
Key idea
A skip link is a first focusable shortcut that sends keyboard users past repeated navigation straight to the main content.