Text boxes
Label controls
Timer
Button
Answer is Right!
Answer is Wrong!
The correct answer is: C. Timer
An access key
d="M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/>
Subscribe on YouTube
is a keyboard shortcut that allows users to access a control or element on a web page without using a mouse. Access keys are typically assigned to letters on the keyboard, and are indicated by an ampersand (&) followed by the letter. For example, the access key for a button might be
Alt+
A.
It is inappropriate to assign access keys to timers because timers are not interactive elements. Users cannot interact with timers in the same way that they can interact with other elements on a web page, such as text boxes, buttons, and links. Therefore, there is no need to assign access keys to timers.
Here is a brief explanation of each option:
- Text boxes are interactive elements that allow users to enter text. Access keys can be assigned to text boxes to allow users to select them without using a mouse.
- Label controls are non-interactive elements that provide information about other elements on a web page. Access keys can be assigned to label controls to allow users to jump to the associated element without using a mouse.
- Buttons are interactive elements that allow users to perform actions. Access keys can be assigned to buttons to allow users to click on them without using a mouse.
- Timers are non-interactive elements that track the passage of time. Access keys cannot be assigned to timers because they are not interactive elements.