References

Collection of references for web development.

HTML accesskey attribute

Description

Specifies the shortcut key to focus elements in the document.

Values

Value
character

Example

<p>Press ALT+I to focus the input control.</p>
<input type="text" accesskey="i">