zoukankan      html  css  js  c++  java
  • 表单示例

    <table height="600" width="700" cellpadding="0" cellspacing="0" bgcolor="#006666" border="0" align="center">
    <tr height="50">
    <td width="200">邮箱:</td>
    <td width="500"><input type="text"/></td>
    </tr>

    <tr height="50">
    <td></td>
    <td><font size="-2" color="#999999">需要通过邮箱激活账户,不支持sohu邮箱</font></td>
    </tr>

    <tr height="50">
    <td>登录用户名:</td>
    <td><input type="text" /></td>
    </tr>

    <tr height="50">
    <td></td>
    <td><font size="-2" color="#999999">仅在登录时使用,不少于4个字符</font></td>
    </tr>

    <tr height="50">
    <td>显示名称:</td>
    <td><input type="text" placeholder="即昵称,字符数不少于2个字" /></td>
    </tr>
    <tr height="50">
    <td></td>
    <td><font size="-2" color="#999999">即昵称,字符数不少于2个字</font></td>
    </tr>

    <tr height="50">
    <td>密码:</td>
    <td><input type="password" value="1111111"/></td>
    </tr>


    <tr height="50">
    <td>确认密码:</td>
    <td><input type="password" value="11111111"/></td>
    </tr>

    <tr height="50">
    <td></td>
    <td><font size="-2" color="#999999">至少8位数,必须包含字母、汉字等</font></td>
    </tr>

    <tr height="50">
    <td>性别:</td>
    <td><input type="radio" name="sexy" />男
    <input type="radio" name="sexy" />女</td>
    </tr>

    <tr height="50">
    <td>喜好:</td>
    <td><input type="checkbox"/>旅游
    <input type="checkbox" /> 看电影
    <input type="checkbox" /> 看书
    <input type="checkbox" />听音乐
    </td>
    </tr>

    <tr>
    <td></td>
    <td><input type="submit" value="提交" /> <input type="reset" /></td>
    </tr>

    </table>

    <body>

    </body>
    </form>
    </html>

  • 相关阅读:
    Spark面对OOM问题的解决方法及优化总结 (转载)
    spark rdd 宽窄依赖理解
    hive orc update
    hive sql 语句执行顺序及执行计划
    java 正则 贪婪匹配 匹配sql语句中的引号内容
    java 权重随机算法实现
    MySQL创建用户和加限权
    MySQL完整性约束
    MySQL基础操作与数据类型
    MySQL数据库初识
  • 原文地址:https://www.cnblogs.com/xiaodouding/p/6078170.html
Copyright © 2011-2022 走看看