zoukankan      html  css  js  c++  java
  • 注册邮箱

    <!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>

  • 相关阅读:
    Tomcat内存溢出的三种情况及解决办法分析
    详解:贝叶斯算法(bayesian)在GCMail反垃圾邮件系统中的应用
    关于solr schema.xml 和solrconfig.xml的解释
    Java流操作,InputStream、OutputStream及子类FileInputStream、FileOutputStream;BufferedInpu
    Introduce Null Object(引入Null对象)
    Solr Schema.xml和solrconfig.xml分析
    @InitBinder
    程序员修炼之道
    JSTL 标签库详细介绍资料
    Spring Mvc入门实例
  • 原文地址:https://www.cnblogs.com/cuikang/p/5074432.html
Copyright © 2011-2022 走看看