How to use accesskey in html


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to How to use accesskey in html

accesskey - HTML: HyperText Markup Language | MDN
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey

The accesskey global attribute provides a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character (which includes accented and other characters that can be generated by the keyboard

HTML accesskey Attribute - W3Schools
https://www.w3schools.com/TAGS/att_accesskey.asp

Definition and Usage. The accesskey attribute specifies a shortcut key to activate/focus an element. Note: The way of accessing the shortcut key is varying in different browsers:

HTML Global accesskey Attribute - W3Schools
https://www.w3schools.com/tags/att_global_accesskey.asp

Definition and Usage. The accesskey attribute specifies a shortcut key to activate/focus an element. The access attribute value must be a single character (a letter or a digit).