html <input> </input>

<input name="name" class="class1"  required="required"   >   //require the user to input content;

<input   name="name"   placeholder="hint">  //give the input box  hints

<input name="name" tabindex=" 2">  if user press tab key and the curssor will focus the small number.number present the order 

posted @ 2012-08-04 20:10  Epirus  阅读(818)  评论(0编辑  收藏  举报