diff --git a/guide/english/accessibility/accessibility-examples/index.md b/guide/english/accessibility/accessibility-examples/index.md
index cc9edd16ab..61c4344aa6 100644
--- a/guide/english/accessibility/accessibility-examples/index.md
+++ b/guide/english/accessibility/accessibility-examples/index.md
@@ -14,6 +14,7 @@ To allow non-sighted users to skip to the main content of a site and avoid tabbi
Skip to Main Content
```
tabindex="0"
is added to ensure the link is keyboard focusable on all browsers. Further information about keyboard accessibility can be found at [webaim.org](https://webaim.org/techniques/keyboard/tabindex).
+
2. The "skip navigation" link needs to be associated with the main html tag in your webpage document using the ID tag.
```html