zoukankan      html  css  js  c++  java
  • HTML 表单

    无标题文档

    邮箱
      需要通过邮箱激活账户
    登录用户名
      仅在登录时使用,字符数不少于4个
    显示名称
      即昵称,字符数不少于2个
    密码
    确认密码
      至少八位,必须包含字母、数字、特殊字符
    性别
    喜好 音乐运动游戏其他
     
    <!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 >
    <form>
    <table  align="center" background="0408/1234.jpg" border="0" cellpadding="0" cellspacing="0">
    <tr height="50" >
    <td width="150" align="right">邮箱</td>
    <td width="500"><input type="text" /></td>
    </tr>
    <tr height="50" >
    <td></td>
    <td><font size="-1" color="#999999">需要通过邮箱激活账户</font></td>
    </tr>
    <tr height="50" >
    <td align="right" align="right">登录用户名</td>
    <td><input type="text" /></td>
    </tr>
    <tr height="50" >
    <td></td>
    <td><font size="-1" color="#999999">仅在登录时使用,字符数不少于4个</font></td>
    </tr>
    <tr height="50" >
    <td align="right" align="right">显示名称</td>
    <td><input type="text" /></td>
    </tr>
    <tr height="50" >
    <td></td>
    <td><font size="-1" color="#999999">即昵称,字符数不少于2个</font></td>
    </tr>
    <tr height="50" >
    <td align="right">密码</td>
    <td><input type="password" /></td>
    </tr>
    <tr height="50" >
    <td align="right">确认密码</td>
    <td><input type="password" /></td>
    </tr>
    <tr height="50" >
    <td></td>
    <td><font size="-1" color="#999999">至少八位,必须包含字母、数字、特殊字符</font></td>
    </tr>
    <tr height="50" >
    <td align="right">性别</td>
    <td><input type="radio" name="xingbie" /><br />
    <input type="radio" name="xingbie"/></td>
    </tr>
    <tr height="50" >
    <td align="right">喜好</td>
    <td><select size="1"/>
    <option>音乐</option>
    <option>运动</option>
    <option>游戏</option>
    <option>其他</option>
    </td>
    </tr>
    <tr height="50" >
    <td></td>
    <td><input type="submit" value="注册" /></td>
    </tr>
    
    </table>
    </form>
    </body>
    </html>
  • 相关阅读:
    小程序ArrayBuffer转JSON
    梅林路由修改hosts
    小程序半屏弹窗(Half Screen Dialog)插槽(Slot)无效的解决方法
    [小程序]存在将未绑定在 WXML 的变量传入 setData 的解决方法!
    小程序scroll-view指定高度
    修改小程序mp-halfScreenDialog组件高度
    小程序图片懒加载组件 mina-lazy-image
    OpenCOLLADA v1.6.68 MAYA MAX 全文件
    位运算相关知识
    全排列 next_permutation() 函数
  • 原文地址:https://www.cnblogs.com/jskbk/p/5368086.html
Copyright © 2011-2022 走看看