'accesskey' Example : accesskey « Form « HTML / CSS






'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.Access keys