form表单

form表单

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<form action="http://127.0.0.1:8020/demo1/tabledemo.html" method="post">
用户名<input type="text" placeholder="请输入用户名"/><br />
密码 : <input type="password" /> <br/>
确认密码:<input type="password" /><br />
邮箱:<input type="text" name="a" id="" value="" /> <br />
手机号码 <input type="text" name="a" id="" value="" /><br />
性别 <input type="radio" name="a" id="" value="" />男
<input type="radio" name="a" id="" value="" />女
<input type="radio" name="a" id="" value="" />人妖 <br />
爱好
<input type="checkbox" name="" id="" value="" />打篮球
<input type="checkbox" name="" id="" value="" />钓鱼
<input type="checkbox" name="" id="" value="" />大保健 <br />
择偶要求 <textarea name="" rows="" cols=""></textarea>
籍贯 <select name="">
<option value="">请选择</option>
<option value="">菏泽</option>
<option value="">莱芜</option>

</select><br />
出生日期 <input type="date" />
手机号 <input type="tel" /><!--手机端会出现九宫格数字输入-->
靓照 <input type="file" />

验证码<input type="text" /><br />
<input type="submit" value="任务提交" />提交
<input type="reset" value="重置" />
<input type="button" value="普通按钮"/>

</form>


</body>
</html>

 

posted @ 2019-05-09 22:30  我爱si搬砖  阅读(157)  评论(0编辑  收藏  举报