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>

  • 相关阅读:
    Wedge 100-32X 100GbE Data Center Switch
    openstack参考资料
    进程调度
    进程管理 之 基本概念
    Linux设备驱动程序 之 中断和锁
    Linux设备驱动程序 之 工作队列
    Linux设备驱动程序 之 tasklet
    Linux设备驱动程序 之 软中断
    Linux设备驱动程序 之 中断下半部
    Linux设备驱动 之 中断处理程序
  • 原文地址:https://www.cnblogs.com/xiaodouding/p/6078170.html
Copyright © 2011-2022 走看看