Multiple choice

Which tag is used to associate a keyboard shortcut to the area?

  1. Access key

  2. Coord

  3. Tab index

  4. None of these

Reveal answer Fill a bubble to check yourself
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.