Select from following answers:- it is used to access the key of the keyboard
- it is used to access the element of the web page by pressing the specified key on the keyboard

- it is used to get the text of the password box
- All Above
<label for="password" accesskey="P">Password:</label><br />
<input type="text" id="password" name="password" tabindex="2" />
In above case, pressing Alt+P will bring the cursor in the Password textbox.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator