HTML/CSS/Form Attributes/accesskey

Материал из Web эксперт
Перейти к: навигация, поиск

"accesskey" Example

   <source lang="html4strict">
   

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

     </source>