HTML 表单 注册页面
<html>
<head>
<title> 注册页面</title>
<style type="text/css">
#table1{
border:#000000;
}
</style>
</head>
<body >
<center>
<table border="1"width="300" height="200" class="table1" >
<tr>
<td>
<h2 align="center">注册页面</h2>
<form >
用户名:<input type="text" name="userName" size="20"/><br/>
密 码:
<input type="password" name="password" size="20"/><br/>
性别:
<input type="radio"name="sex" checked="checked"/>男
<input type="radio"name="sex"/>女
<br/>
爱好:<input type="checkbox" name="music" />音乐
<input type="checkbox" name="sport" / >体育
<input type="checkbox" name="travel" / >旅游
<br/>
<input type="submit" value="注册"/>
<input type="reset" value="重置"/>
</form>
</td>
</tr>
</table>
</center>
</body>
</html> 相关推荐
niehanmin 2020-05-28
行吟阁 2020-02-23
TLROJE 2020-10-26
echoes 2020-08-20
nercon 2020-08-01
zhanghaibing00 2020-06-28
Aveiox 2020-06-25
henryzhihua 2020-06-21
zhoutaifeng 2020-06-17
liangzhouqu 2020-06-16
TONIYH 2020-06-11
开心就好 2020-06-10
x青年欢乐多 2020-06-06
KyrieHe 2020-06-03
bertzhang 2020-06-02
haokele 2020-05-29