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

    邮箱注册
    邮箱账号:
      需要通过邮箱激活,不支持@gmail.com的邮箱
     
     
    登录用户名:
      仅在登录时使用,字符数不少于4个
    显示名称:
      即昵称,字符数不少于2个
    密码:
    确认密码:
      至少8位,必须包含字母,数字,特殊字符
    性别:
    喜好: 听音乐打篮球旅游跳舞
      同意"服务条款"和"用户须知"、"隐私权相关政策"
    <body background="bg2.jpg">
    <form>
    <center><font size="+5" color="#3300FF">邮箱注册</font></center>
    
    <table border="0" cellpadding="0" cellspacing="0">
    <tr height="50">  
    <td width="100">邮箱账号:</td>
    <td width="400"><input type="text"/> </td><td><select size="1" ><option value="126">@126.com</option><option value="163">@163.com</option><option value="qq">@qq.com</option></select></td>
    </tr>
    
    <tr height="50">
    <td width="100"></td>
    <td width="400">需要通过邮箱激活,不支持@gmail.com的邮箱</td>
    </tr>
    
    <tr height="50">
    <td width="100"></td>
    <td width="400"><input type="text" /></td>
    </tr>
    
    <tr height="50">
    <td width="100"></td>
    <td width="400"><input type="button" value="点击获取验证码"</td>
    </tr>
    
    <tr height="50">
    <td width="100">登录用户名:</td>
    <td width="400"><input type="text" /></td>
    </tr>
    
    <tr height="50">
    <td width="100"></td>
    <td width="400">仅在登录时使用,字符数不少于4个</td>
    </tr>
    
    <tr height="50">
    <td width="100">显示名称:</td>
    <td width="400"><input type="text" /> </td>
    </tr>
    
    <tr height="50">
    <td width="100"></td>
    <td width="400">即昵称,字符数不少于2个</td>
    </tr>
    
    
    <tr height="50">
    <td width="100">密码:</td>
    <td width="400"> <input type="password"/> </td>
    </tr>
    
    <tr height="50">
    <td width="100">确认密码:</td>
    <td width="400"> <input type="password"/> </td>
    </tr>
    
    <tr height="50">
    <td width="100"></td>
    <td width="400">至少8位,必须包含字母,数字,特殊字符</td>
    </tr>
    
    <tr height="50">
    <td width="100">性别:</td>
    <td width="400"><select size="1" ><option value="man" selected="selected">男</option><option value="woman">女</option></td>
    </tr>
    
    <tr height="50">
    <td width="100">喜好:</td>
    <td width="400"><input type="checkbox"/>听音乐<input type="checkbox"/>打篮球<input type="checkbox"/>旅游<input type="checkbox"/>跳舞</td>
    </tr>
    
    <tr height="50">
    <td width="100"><input type="reset" value="重置" /></td>
    <td width="400"><input type="submit" value="注册"/></td>
    </tr>
    
    <tr height="50">
    <td width="100"></td>
    <td width="400"><input type="checkbox" checked="checked" />同意"服务条款"和"用户须知"、"隐私权相关政策"</td>
    </tr>
    
    
    </table>
    
    </form>
    
    
    
    
    
    </body>
    

      

  • 相关阅读:
    GmSSL 与 OpenSSL 共存的安装方法
    爬虫之ssh证书警告错误
    逆向so文件调试工具IDA基础知识点
    frida- registernatives获取so层动态注册函数
    绑定方法与非绑定方法, 反射
    Elk stack安装部署
    类的继承和组合
    安装部署kafka和zookeeper集群(三节点)
    ELK stack 生产问题
    Elasticsearch删除数据操作,你必须知道的一些坑
  • 原文地址:https://www.cnblogs.com/miss123/p/5368166.html
Copyright © 2011-2022 走看看