`
yxkingtiger
  • 浏览: 25743 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

HTML 表单 注册页面

    博客分类:
  • 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>
 
  • 大小: 14.7 KB
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics