HTML Standard attribute: accesskey
[this page | pdf | back links]
The HTML accesskey attribute indicates the
shortcut key used to activate / focus an element. In HTML 5 it can in principle
be used with any element, although in practice it may not be of much use with
some elements. Different browsers use different ways of accessing shortcut keys
(sometimes using the Alt key (or Alt and Shift keys simultaneously) or the
Control key, in combination with a specified character.
Valid attribute
values (when used with <form> elements)
include:
|
Value
|
Description
|
|
character
|
The shortcut key
character used to activate / focus the element
|
NAVIGATION LINKS
Contents | Prev | Next | HTML Attributes