HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

accesskey Attribute

accesskey

 

 

The accesskey attribute is used to define a shortcut key to activate/focus an element. Its value must be a single character (a letter or a digit).

 

Attribute Explanation:-

 

Value Description
character A single character that specifies the shortcut key to activate/focus the element

 

Syntax:-

 

Its syntax is:- < element accesskey="character" >

Code Explanation

All Tutorials related to HTML Global Attributes

All Sections related to HTML