'accelerator' Example : accelerator « CSS « HTML / CSS






'accelerator' Example

    
<html>
<head>
</head>
<body>
<p style="accelerator:true">Press Alt+N to bring the control into focus.</p>
<input id="myN" type="text" size="30" accesskey="N" value="Access N">
</body>
</html>

    
      
      








Related examples in the same category