Two hyperlinks with specified accesskeys:
![]()
The accesskey attribute is supported in all major browsers, except Opera.
The accesskey attribute specifies a shortcut key to activate/focus an element.
In HTML5, the accesskey attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
In HTML 4.01, the accesskey attribute can be used with: <a>, <area>, <button>, <input>, <label>, <legend>, and <textarea>.
| Value | Description |
|---|---|
| character | Specifies the shortcut key to activate/focus the element |
HTML Global Attributes
Your message has been sent to W3Schools.