码迷,mamicode.com
首页 > 其他好文 > 详细

注册表单设计

时间:2018-09-17 13:25:20      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:sub   pos   rgb   gre   radio   title   用户   input   action   

游戏注册表单

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>注册表单</title>
</head>
<body text="green" bgcolor="rgb(14,23,16)">
<p><center>游戏注册注册用户</center></p>
<hr color="red">
<center>
<form action="" mathod="post">
<label for="电子邮件">电子邮件:</label>
<input type="email" id="userName" name="userName" placeholder="输入邮件" tabindex="1" required="true" /><br/>
<label for="用户名">用户名:</label>
<input type="text" required="required" maxlength="4" placeholder="最长四个字符" /><br/>
<label for="密码">密码:</label>
<input type="password" required="required" /><br/>
性别:<input type="radio" name="sex" required="required" />男<input type="radio" name="sex" required="required" />女<br/>
<label for="电话号码">电话号码:</label>
<input type="tel" required="required" /><br/>
选择区域:
<select>
<option value="东胜神州">东胜神州</option>
<option value="西牛贺州">西牛贺州</option>
<option value="南赡部洲">南赡部洲</option>
<option value="北俱芦洲">北俱芦洲</option>
</select><br/>
<input type="submit"/><input type="reset"/>
</form>
</center>
</body>
</html>

注册表单设计

标签:sub   pos   rgb   gre   radio   title   用户   input   action   

原文地址:https://www.cnblogs.com/dxz1/p/9661425.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!