Search w3schools.com:

SHARE THIS PAGE

HTML accesskey Attribute

HTML Global Attributes HTML Global Attributes

Example

Two hyperlinks with specified accesskeys:

<a href="http://www.w3schools.com/html5" accesskey="h">HTML5</a><br>
<a href="http://www.w3schools.com/css3" accesskey="c">CSS3</a>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The accesskey attribute is supported in all major browsers, except Opera.


Definition and Usage

The accesskey attribute specifies a shortcut key to activate/focus an element.


Differences Between HTML 4.01 and HTML5

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>.


Syntax

<element accesskey="character">

Attribute Values

Value Description
character Specifies the shortcut key to activate/focus the element


HTML Global Attributes HTML Global Attributes

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]