A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

© 卖火柴 中级黑马   /  2014-2-3 18:18  /  1641 人查看  /  2 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文



<!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>
    <title></title>
</head>
<body>
<form action="Register.aspx">
<table border="1" style="width: 307px">
      <tr><td><label for="username">用户名:</label></td><td><input type="text" id="username"/></td></tr>
      <tr><td><label for="password">密码:</label></td><td><input type="password" id="password"/></td></tr>
      <tr><td><label for="password">重复密码:</label></td><td><input type="password" id="password1"/></td></tr>
     <tr><td><label for="province">省份:</label></td><td>
      <select >
           <optgroup label="直辖市">
           <option >北京</option>
           <option>天津</option>
           <option>重庆</option>
           <option>上海</option>
           <option selected="selected">山西</option>
           <option>河北</option>
           <option>江西</option>
           <option>湖北</option>
           </optgroup>
      </select>
      </td></tr>

      <tr><td>
      <label for="ds">性别:</label></td><td>

      <input type="radio" name="sex"/>男
      <input type="radio" name="sex"/>女   
      <input type="radio" name="sex"/>保密     
      </td></tr>

      <tr><td colspan="2">
      <fieldset>
      <legend>爱好</legend>
       <input type="checkbox" id="ds"><label for="ds">登山</label>
       <input type="checkbox" id="ds1"><label for="ds1">篮球</label>
       <input type="checkbox" id="ds2"><label for="ds2">足球</label>
        <input type="checkbox" id="ds3"><label for="ds3">读书</label>
        <input type="checkbox" id="ds4"><label for="ds4">读书</label>




     </fieldset>


      </td></tr>
      <tr><td colspan="2"><input type="reset" /></td></tr>
      <tr><td><label for="authcode">验证码:</label></td><td><input type="text" id="authcode"/><img src="images/123.bmp"alt="验证码"title="验证码" /></td></tr>
      <tr><td colspan="2"><input type="checkbox" id="cha"/><label for="cha">记住密码:</label></td></tr>
      <tr><td colspan="2"><center><input type="submit" value="登录"/></center></td></tr>


</table>
</form>
</body>
</html>


1.jpg (48.91 KB, 下载次数: 35)

1.jpg

2 个回复

正序浏览
卖火柴 发表于 2014-2-3 18:19
本人刚刚费时近30分钟完成

你是自学的么???还是大学生?
回复 使用道具 举报
本人刚刚费时近30分钟完成
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马