'accesskey' Example : accesskey « HTML Attributes Reference « HTML CSS Reference






'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>

      
      








Related examples in the same category

1.'accesskey' Syntax and Note
2.accesskey is applied to