Which attribute is used to specify a shortcut key to activate/focus an element?
- accesskey
- hotkey
- keybind
- shortkey
The accesskey attribute is used to specify a shortcut key to activate or bring focus to an element. This is particularly useful for accessibility as it allows users to navigate web pages without using a mouse, instead using designated keyboard keys.
Loading...
Related Quiz
- How can you manipulate the start number of an ordered list?
- Which HTML tag is used to render text as bold?
- Which attribute is used in the video tag to make sure the video controls like play, pause, and the seek bar are available to the user?
- The ______ CSS property is utilized to control the visibility of an element in the HTML body.
- What is the significance of the DOCTYPE declaration with respect to validation?