2-3 min

Skip Link Creator

Keyboard Navigation Masters

Scenario

Maya built a news website with a comprehensive navigation menu containing 20+ links. While this is great for discoverability, her user testing revealed that keyboard users like Jordan, who has limited mobility, have to tab through every single navigation link just to reach the main article content. Jordan mentioned it takes nearly a minute just to get to the actual news story! Help Maya add a skip link so keyboard users can jump directly to the main content and start reading immediately.

Your Task

Add skip navigation link

Success Metric:

Working skip link

Hints
  • 1.Skip links should be the first focusable element on the page
  • 2.Use descriptive text like 'Skip to main content'
  • 3.Consider hiding skip links until they receive focus
Code Editor
Edit the code below to complete the activity
HTML11 lines