zoukankan      html  css  js  c++  java
  • 联系 邮箱

    <title>无标题文档</title>
    <style type="text/css">
    .hei {
     color: #000;
    }
    </style>
    </head>

    <body text="#CCCCCC" background="渐变色.jpg">


    <table width="916" height="407" border="0">
      <tr align="center">
        <td  width="906" height="53">
        <form>
        <span class="hei">邮箱:</span>
        <input type="text" />
        </form>&nbsp;</td>
      </tr>
      <tr>
        <td align="center" height="53">需要通过邮箱激活账户,不支持sohu,21cn,sogou的邮箱&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53">
        <form>
        <span class="hei">登陆用户名:</span><input type="text" />
        </form>&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53"> 仅在登陆时使用,字符数不少于4个&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53">
        <form>
       <span class="hei"> 显示名称:</span><input type="text" />
        </form>&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53">即昵称,字符数不少于2个&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53">
        <form>
       <span class="hei"> 密码:</span><input type="password" />
        </form>&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53">
        <form>
       <span class="hei"> 确认密码:</span><input type="password" />
        </form>&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53">至少8位,必须包含字母、数字、特殊字符&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53">
        <form>
         
           <span class="hei">性别:</span> <br />
          &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <label>
              <input type="radio" name="RadioGroup1" value="男" id= />
             <span class="hei"> 男</span></label>
            <br />
          &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;    <label>
              <input type="radio" name="RadioGroup1" value="女" id="" />
              <span class="hei">女</span></label>
            <br />
         
        </form>&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53">
        <form>
       <span class="hei"> 喜好:</span><select>
        <option>打篮球</option>
         <option>打乒乓球</option>
          <option>踢足球</option>
           <option>跳绳</option>
        </select>
        </form>&nbsp;</td>
      </tr>
      <tr align="center">
        <td height="53"><form>
        <input type="submit"  value="注册"/>
       </form>&nbsp;</td>
      </tr>
    </table>

    </body>
    </html>

  • 相关阅读:
    Hierarchy Query (Connect by) and ORA600 ([kkqcbydrv:1])
    The Steps to Create a New Oracle Database
    Change Schema Name (II)
    [转]The differences between V$UNDOSTAT and V$ROLLSTAT
    【Oracle Mgmt】Oracle Character Semantics (NLS_LENGTH_SEMANTICS) and etc...
    [Oracle Mgmt]About Oracle Password File
    Show parameter & Table Not exists
    RMAN Recovery Window and Redundancy Concept
    [PLSQL]Are you sure it will be definitely random? (DBMS_RANDOM.SEED)
    IOT, Secondary Index and Mapping Table
  • 原文地址:https://www.cnblogs.com/qz1234/p/5481930.html
Copyright © 2011-2022 走看看