Which tag is used to associate a keyboard shortcut to the area?
-
Access key
-
Coord
-
Tab index
-
None of these
A
Correct answer
Explanation
In HTML, the accesskey attribute defines a keyboard shortcut that allows users to quickly navigate to or activate an element. For example, accesskey="n" might allow users to focus an element by pressing Alt+N (or Command+N on Mac). This improves accessibility and usability.