标签:use 作用 登录 padding 设置 数据 大于 put ext
1 <form action=""method="get"> 2 <fieldset> 3 <legend>用户名 密码</legend> 4 用户名:<input type="text" name="username" value="用户名"/><br/> 5 6 密 码:<input type="password" name="password"/><br/> 7 </fieldset> 8 9 照 片:<input type="file" name="photo"/><br/> 10 11 生 日:<select name="sel" id=""> 12 <option value="">1988</option> 13 <option value="">1989</option> 14 <option value="">1990</option> 15 <option value="">1991</option> 16 </select>年<br/> 17 18 城 市:<select name="city" id="city"> 19 <option value="1">北京</option> 20 <option value="2" selected>上海</option> 21 <option value="3">广州</option> 22 </select><br/> 23 24 性 别:<input type="radio" checked name="gender" value="1"/>男 <input type="radio" name="gender" value="0"/>女<br/> 25 26 爱 好: <input type="checkbox" name="ck" value="1"/>吃 27 <input type="checkbox" name="ck" value="2"/>喝 28 <input type="checkbox" name="ck" value="3"/>玩 29 <input type="checkbox" name="ck" value="4"/>乐<br/> 30 31 <textarea name="ta" id="ta" cols="30" rows="10" readonly>协议</textarea><br/> 32 33 <input type="submit" value="登录"/> 34 35 <input type="button" value="搜索"/> 36 37 <input type="reset" value="重置"/> 38 39 <button disabled>注册2</button> 40 41 <input type="image" src="img/wallhaven-245065.png" width="50px"/> 42 43 44 </form>
标签:use 作用 登录 padding 设置 数据 大于 put ext
原文地址:http://www.cnblogs.com/exmf/p/6143348.html