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>
  • 相关阅读:
    css文字选中效果
    使用HTML5来实现本地文件读取和写入
    web响应式图片的5种实现
    前端日志上报的新姿势“Beacon”
    lock文件_我们为什么需要 lock 文件
    本地电脑和远程电脑无法复制粘贴
    device supports x86 but apk only supports armeabi-v7a问题解决
    Android Studio中 安卓模拟器 联网
    Android Studio 配置Gradle
    Android连载1-自定义UI控件
  • 原文地址:https://www.cnblogs.com/jskbk/p/5368086.html
Copyright © 2011-2022 走看看