accesskey的使用


<html>

<bodybgcolor="#FFFFFF" text="#000000">

<formid="form1" method="post" action=""enctype="multipart/form-data">

<labelfor=inpu1 ACCESSKEY='m'></label>

<labelfor=inpu4 ACCESSKEY='C'></label>

<labelfor=inpu2 ACCESSKEY='X'></label>

<labelfor=inpu3 ACCESSKEY='Z'></label>

 <br>Name

 <br> <input type="text"id="inpu2">

<br>Sex

<br><inputtype="text" id="inpu3">

 <br>School

 <br><input type="text"id="inpu1" value="123">

 <br>Company

   <br> <input type="text"id="inpu4" value="123">

 passowd: <input type=password>

</form>

<html>

原文地址:https://www.cnblogs.com/liaoshiyong/p/3150914.html