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="../五一预习/素材/2009050301030656202.jpg">
    <form action="http://www.baidu.com" method="post" name="发哦木" id="form">
    <table align="center" width="22%" border="0" cellspacing="20" cellpadding="0">
      <tr ali>
        <td align="center"><font size="2" color="#000000">用户名</font></td>
        <td align=""><input type="text" name="yonghuming" id="yhm1" value="请输入用户名"/></td>
      </tr>
      <tr>
        <td align="center"><font size="2" color="#000000">密码</font></td>
        <td><input type="password" name="mima" id="mima1" value=""/></td>
      </tr>
      <tr>
        <td align="center"><font size="2" color="#000000">确认密码</font></td>
        <td><input type="password" name="mima" id="mima2" value=""/></td>
      </tr>
      <tr>
        <td align="center"><font size="2" color="#000000">兴趣</font></td>
        <td><input type="checkbox" name="fuxuan" id="fuxuan"/ ><font size="2" color="#000000">读书</font><input type="checkbox" name="fuxuan" id="fuxuan"/ ><font size="2" color="#000000">运动</font><input type="checkbox" name="fuxuan" id="fuxuan"/ ><font size="2" color="#000000">唱歌</font><input type="checkbox" name="fuxuan" id="fuxuan"/ ><font size="2" color="#000000">跳舞</font><input type="checkbox" name="fuxuan" id="fuxuan"/ ><font size="2" color="#000000">乐器</font></td>
      </tr>
      <tr>
        <td align="center"><font size="2" color="#000000">性别</font></td>
        <td><input type="radio" name="danxuan" id="1" checked="checked"><font size="2" color="#000000"></font>
            <input type="radio" name="danxuan" id="2"></font></td>
      </tr>
      <tr >
        <td align="center"><font size="2" color="#000000">是否已婚</font></td>
        <td><input type="radio" name="danxuan1" id="3" checked="checked"><font size="2" color="#000000"></font>
            <input type="radio" name="danxuan1" id="4"><font size="2" color="#000000"></font></td>
      </tr>
      <tr >
        <td align="center"><font size="2" color="#000000">地址</font></td>
        <td>
            <select name="dizhi" id="dizhi">
                <option>张店区</option>
                <option>淄川区</option>
                <option>临淄区</option>
                <option>博山区</option>
                <option>沂源县</option>
                <option>高青县</option>
                <option>桓台县</option>
                <option>周村区</option>
            </select>
        </td>
      </tr>
      <tr>
     <td>&nbsp; </td>
      </tr>
      
      <tr>
      <td colspan="2" align="center">
      <input type="submit" name="提交" id="1" value="提交">
      &nbsp;&nbsp;&nbsp;
      <input type="button" name="提交2" id="7" value="返回">
      <td>
      </tr>
    </table>
    
    </form>
    </body>
    </html>
  • 相关阅读:
    TP5 自带封装分页查询
    TP5 接口 前面拼接 当前域名
    button按钮点击后过段时间不能点击-验证码(刷新后失效)
    关于PHP -session 的 A session had already been started – ignoring session_start() 错误
    301 Moved Permanently
    PHP实现远程下载图片与 图片接口定义
    在TP框架的前端中 想引用 PHP的函数
    流程控制语句2
    流程控制语句
    数据库查询数据2
  • 原文地址:https://www.cnblogs.com/lk-kk/p/4480752.html
Copyright © 2011-2022 走看看