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="../视频/HTML/0408/1234.jpg">
    
    <form>
    <font size="+1">
    <table align="center" width="400" border="0" cellpadding="0" cellspacing="0">
    <tr height="60">
    <td width="160">邮箱</td>
    <td><input type="text" value=""/></td>
    </tr>
    <tr height="60">
    <td></td>
    <td><font color="#CCCCCC" size="-1">需要通过邮箱激活账户,不支持sohhu,21cn,sogou的邮箱</font></td>
    </tr>
    <tr height="60">
    <td width="160">登录用户名</td>
    <td><input type="text" value=""/></td>
    </tr>
    <tr height="60">
    <td></td>
    <td><font color="#CCCCCC" size="-1">尽在登录时使用,字符不超过4个</font></td>
    </tr>
    <tr height="60">
    <td width="160">显示名称</td>
    <td><input type="text" value=""/></td>
    </tr>
    <tr height="60">
    <td></td>
    <td><font color="#CCCCCC" size="-1">即昵称,字数不少于两个</font></td>
    </tr>
    
    <tr height="60">
    <td width="160">密码</td>
    <td><input type="password" value=""/></td>
    </tr>
    <tr height="60">
    <td>确认密码</td>
    <td><input type="password" value=""/></td>
    </tr>
    <tr height="60">
    <td></td>
    <td><font color="#CCCCCC" size="-1">至少八位,必须包含字母、数字、特殊符号</font></td>
    </tr>
    
    <tr height="60">
    <td width="160">喜好</td>
    <td><select size=“1” "multiple"="multiple">
    <option>听音乐</option>
    <option>看书</option>
    <option>钢琴</option>
    </td>
    </tr>
    <tr>
    <td></td>
    <td><input type="submit" value="注册"/></td>
    </tr>
    </table>
    </font>
    </form>
    
    </body>
    </html>
  • 相关阅读:
    android的快速开发框架集合
    总结防止APK被工具反编译、二次打包等
    iOS开发笔记--应用跳转
    iOS开发笔记--iOS沙盒机制
    iOS开发笔记--43个在GitHub上的优秀Swift开源项目推荐
    iOS开发笔记--iOS App图标和启动画面尺寸
    iOS开发笔记--iOS国际化与NSLocalizedString的使用
    iOS开发笔记--ios 画图总结
    iOS开发笔记--iOS中的触摸事件和手势处理
    iOS开发笔记--iOS中的多线程
  • 原文地址:https://www.cnblogs.com/yg6405816/p/5368859.html
Copyright © 2011-2022 走看看