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