html注册页面

<!DOCTYPE html>

<html> <head> <meta charset="utf-8" /> <title>一个简单的注册表单</title> </head> <body> <table border="6"> <tr> <th>会员注册</th> </tr> <tr> <th> 用户名: </th> <th><input type="text" name="name" id="name" /></th> </tr> <tr> <th> 密码: </th> <th> <input type="password" name="password" id="password" /> </th> </tr> <tr> <th>确认密码:</th> <th><input type="password" name="password_check" id="password_check" /></th> </tr> <tr> <th>性别:</th> <th><input type="radio" name="gender" value="male" id="gender_0" />男 <input type="radio" name="gender" value="famale" id="gender_1" />女</th> </tr> <tr> <th>爱好:</th> <th><input type="checkbox" name="hobby" value="001" id="hobby_0" />体育 <input type="checkbox" name="hobby" value="002" id="hobby_1" />音乐 <input type="checkbox" name="hobby" value="003" id="hobby_2" />文学 <input type="checkbox" name="hobby" value="004" id="hobby_3" />其他 </th> </tr> <tr> <th>城市:</th> <th> <select name="city" id="city"> <option value="01">北京</option> <option value="02">上海</option> <option value="03">广州</option> <option vlaue="04">深圳</option> </select> </th> </tr> <tr> <th>照片:</th> <th><input type="file" name="phone" id="phone" /></th> </tr> <tr> <th>备注:</th> <th></th> </tr> <tr> <th></th> <th><input type="submit" name="submit" id="button1" value="提交" /> <input type="reset" name="reset" id="button2" value="重置" /> </th> </tr> </table> </body> </html>

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

普罗旺斯_浅笑

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值