前端开发-用户注册页面

在这里插入图片描述

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>用户注册</title>
<style type="text/css">
<!--
.STYLE1 {font-family: "宋体"}
.STYLE3 {font-family: "宋体"; font-size: 9px; }
-->
</style>
</head>

<body>
<div align="center" class="STYLE1">
  <h1>用户注册</h1>
</div>
<table width="544" height="553" border="1" align="center" bgcolor="#3399CC">
  <tr>
    <th width="127" height="28" scope="row"><div align="right"> 用户名</div></th>
    <td width="401"><input type="text" name="n" onfocus="if(this.value=='Your message')this.value='';" />
    *</td>
  </tr>
  <tr>
    <th height="23" scope="row"><div align="right">密码</div></th>
    <td><input type="text" name="n2" onfocus="if(this.value=='Your message')this.value='';" />
    *</td>
  </tr>
  <tr>
    <th height="25" align="center" scope="row"><div align="right"> 确认密码</div></th>
    <td bgcolor="#3399CC"><input type="text" name="n3" onfocus="if(this.value=='Your message')this.value='';" />
    *</td>
  </tr>
  <tr>
    <th scope="row"><div align="right">性别</div></th>
    <td><input name="n7" type="radio" onfocus="if(this.value=='Your message')this.value='';" value="" checked="checked" /><input name="n7" type="radio" onfocus="if(this.value=='Your message')this.value='';" value="" /></td>
  </tr>
  <tr>
    <th scope="row"><div align="right">出生日期</div></th>
    <td><input type="text" name="n4" value="1990/11/11" onfocus="if(this.value=='Your message')this.value='';" /></td>
  </tr>
  <tr>
    <th scope="row"><div align="right">联系电话</div></th>
    <td><input name="n5" type="text" onfocus="if(this.value=='Your message')this.value='';" size="23" /></td>
  </tr>
  <tr>
    <th scope="row"><div align="right">电子邮件</div></th>
    <td><input name="n6" type="text" onfocus="if(this.value=='Your message')this.value='';" value="您的电子邮件" size="40" />
    *</td>
  </tr>
  <tr>
    <th scope="row"><div align="right">博客地址</div></th>
    <td><input name="n62" type="text" onfocus="if(this.value=='Your message')this.value='';" value="您的博客地址" size="34" />
    *</td>
  </tr>
  <tr>
    <th scope="row"><div align="right">工作年限</div></th>
    <th><div align="left">
      <input id="range" type="range" min="0" max="5" value="0" oninput="change()"/>
    </div></th>

  </tr>
  <tr>
    <th scope="row"><div align="right">最高学历</div></th>
    <td><input name="n8" type="radio" onfocus="if(this.value=='Your message')this.value='';" value="" />
      中专
      <input name="n8" type="radio" onfocus="if(this.value=='Your message')this.value='';" value="" />
      大专
      <input name="n8" type="radio" onfocus="if(this.value=='Your message')this.value='';" value="" checked="checked" />
      大学</td>
  </tr>
  <tr>
    <th scope="row"><div align="right">职业</div></th>
    <td><select name="x" size="1">
      <option value="教师" selected="selected">教师</option>
      <option value="学生">学生</option>
      <option value="管理员">管理员</option>
    
    </select></td>
  </tr>
  <tr>
    <th scope="row"><div align="right">爱好</div></th>
    <td><input name="n9" type="checkbox" onfocus="if(this.value=='Your message')this.value='';" value="Your message" />
      上网 
      <input name="n92" type="checkbox" onfocus="if(this.value=='Your message')this.value='';" value="Your message" />
      篮球
      <input name="n93" type="checkbox" onfocus="if(this.value=='Your message')this.value='';" value="Your message" />
      听歌
      <input name="n94" type="checkbox" onfocus="if(this.value=='Your message')this.value='';" value="Your message" />
      下棋</td>
  </tr>
  <tr>
    <th height="83" scope="row"><div align="right">留言</div></th>
    <td><table width="100%" height="69" border="0" cellpadding="4" cellspacing="0" style="background-color: #cccccc;">
      <tbody>
        <tr>
          <td height="52" align="left" valign="top" bgcolor="#FFFFFF" class="STYLE3">请输入您的留言信息...</td>
        </tr>
      </tbody>
    </table>    </td>
  </tr>
  <tr>
    <th colspan="2" bgcolor="#3399CC" scope="row"><div align="center">
      <input name="button" type=submit onclick="javascript:self.close();" onkeypress="javascript:self.close();" value="提交" />
       <input name="button2" type=submit onclick="javascript:self.close();" onkeypress="javascript:self.close();" value="重写" />
    </div></th>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>

  • 3
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

梅苑安全&学术

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

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

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

打赏作者

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

抵扣说明:

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

余额充值