HTML Accessibility & SEO|
Add a Skip Link

Skip Links and Landmarks

Python

Add a Skip Link

Skip Links

Skip links let keyboard users bypass navigation and jump to main content.

Implementation


  
  
  

Why Skip Links?

Imagine pressing Tab 50 times through navigation on every page!

Your Task

Add a skip link to this page:

  • Add skip link as first element in body
  • Link text: "Skip to main content"
  • href="#main-content"
  • Add id="main-content" to main element
  • Code Editor
    Loading HTML engine...
    Loading...
    Loading Python engine...

    Run your code to see output