HTML/CSS/Form Attributes/accesskey
"accesskey" Example
<HTML>
<Title>Example For accesskey</Title>
<BODY>
<form>
<input type="Button"
accesskey="M"
value="Press Alt + M to bring this button intofocus">
</form>
</BODY>
</HTML>
<HTML>
<Title>Example For accesskey</Title>
<BODY>
<form>
<input type="Button"
accesskey="M"
value="Press Alt + M to bring this button intofocus">
</form>
</BODY>
</HTML>