• 注册邮箱


    <!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>
    </head>
    
    <body background="未标题-1.jpg" >
    <center>
    <form id="first" name="邮箱">
    <table>
    <tr height="30" align="left">
    <td width="40%" height="9%"><label>油箱:</label></td>
    <td width="60%"><input type="text" /></td>
    </tr>
    
    <tr height="30" align="left">
    <td></td>
    <td><font size="-2">需要通过邮箱激活账号,不支持sohu,2lcn,sogou的邮箱</font></td>
    </tr>
    
    <tr height="30" align="left">
    <td>登录用户名:</td>
    <td><input type="text" /></td>
    </tr>
    
    <tr height="30" align="left">
    <td></td>
    <td><font size="-2">仅在登入时使用,字符数不少</font>于4个</td>
    </tr>
    
    <tr height="30" align="left">
    <td>显示名称:</td>
    <td><input type="text" /></td>
    </tr>
    
    <tr height="30" align="left">
    <td></td>
    <td><font size="-2">即昵称,字符数不少于2个</font></td>
    </tr>
    
    <tr height="30" align="left">
    <td>密码:</td>
    <td><input type="password"  value="123436789"/></td>
    </tr>
    
    <tr height="30" align="left">
    <td>确认密码:</td>
    <td><input type="password" value="123436789" /></td>
    </tr>
    
    <tr height="30" align="left">
    <td></td>
    <td><font size="-2" >至少8位,必须包含字母、数字、特殊符号</font></td>
    </tr>
    
    
    <tr height="30" align="left">
    <td>性别:</td>
    <td>
    <input type="radio" name="男女"/>
    
    <option value="1"></option>
    <input type="radio" name="男女"/>
    
    <option value="2"></option>
    
    </td>
    </tr>
    
    
    <tr height="30" align="left">
    <td>喜好:</td>
    <td>
    <select size="1" >
    <option value="1">听音乐</option><option value="2">打篮球</option><option value="3">跑步</option>
    </select>
    </td>
    </tr>
    
    <tr height="30" align="left">
    <td></td>
    <td><input type="submit" value="注册" /></td>
    </tr>
    </table>
    </form>
    </center>
    </body>
    </html>

  • 相关阅读:
    Ubuntu 16.04
    每天一道LeetCode--389. Find the Difference
    每天一道LeetCode--371. Sum of Two Integers
    Ubuntu 16.04 小飞机启动失败
    每天一道LeetCode--344. Reverse String
    leetcode1458 Max Dot Product of Two Subsequences
    CF1313C2 Skyscrapers (hard version)
    CF1295C Obtain The String
    CF1251D Salary Changing
    CF1286A Garland
  • 原文地址:https://www.cnblogs.com/cuikang/p/5074432.html
Copyright © 2020-2023  润新知