Blogger Information
Blog 4
fans 0
comment 0
visits 1892
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0319表格和表单
手机用户1615465247
Original
489 people have browsed it

<!DOCTYPE html>

<html lang="en">

  <head>

    <meta charset="UTF-8" />

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>Document</title>

    <style>

      .biaokuan { width: 50px;}

    </style>

  </head>

  <body>

    <table border="1" width="500px" cellspacing="0" cellpadding="3">

        <tr align="center"> 

          <td rowspan="6" width="25px">基本情况</td>

          <td class="biaokuan">姓名</td>

          <td width="50px">1</td>

          <td>性别</td>

          <td width="50px"></td>

          <td width="50px">年龄</td>

          <td width="50px"></td>

          <td rowspan="6">照片</td>

        </tr>

        <tr align="center">

          <td class="biaokuan">籍贯</td>

          <td></td>

          <td>民族</td>

          <td></td>

          <td>出生日期</td>

          <td></td>

        </tr>

        <tr align="center">

          <td>身份证号</td>

          <td colspan="5"></td>

        </tr>

        <tr>

          <td>户口所在地</td>

          <td colspan="5"></td>

        </tr>

        <tr align="center">

          <td>现居住地址</td>

          <td colspan="5"></td>

        </tr>

        <tr align="center">

          <td colspan="2">本人联系方式</td>

          <td></td>

          <td colspan="2" width="100px">邮箱</td>

          <td width="50px"></td>

        </tr>

      </tbody>

    </table>

  </body>

</html>


    

<!DOCTYPE html>

<html lang="en">

  <head>

    <meta charset="UTF-8" />

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>Document</title>

  </head>

  <!DOCTYPE html>

<html lang="en">

  <head>

    <meta charset="UTF-8" />

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>Document</title>

  </head>

  <body><form action="#" method="post">

    <table border="0px" width="600px" height="400px" cellpadding="0px" cellspacing="0px">

     <tr height="40px" >

    <td colspan="2"></td>

    </tr>

    <tr>

    <td>用户名</td>

    <td><input type="text" name="user"/></td>

    </tr>

    <tr>

    <td>密码</td>

    <td><input type="password" name="password"/></td>

    </tr>

    <tr>

    <td>确认密码</td>

    <td><input type="password" name="rpassword"/></td>

    </tr>

    <tr>

    <td>Email</td>

    <td><input type="text" name="email"/></td>

    </tr>

    <tr>

    <td>姓名</td>

    <td><input type="text" name="username"/></td>

    </tr>

    <tr>

    <td>性别</td>

    <td>

    <input type="radio" name="sex" value="男"/>男

    <input type="radio" name="sex" value="女"/>女</td>

    </tr>

    <tr>

    <td>出生日期</td>

    <td> <input type="text" name="birthday" size="30px"/></td>

    </tr>

    <tr>

    <td colspan="2">

    <input type="submit" value="注册" /></td>

    </tr>

    </table>

    </body>

</html>



Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:格式不对,用md语法写,下次注意
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post