Blogger Information
Blog 24
fans 0
comment 0
visits 15256
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.19作业
小蚂蚁的博客
Original
727 people have browsed it

<!DOCTYPE html>

<html >

<head>

<meta charset="utf-8">

<title>电影网站布局</title>

</head>

<body> 

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

   <table border="1" cellspacing="1" cellpadding="8" width="400">

   <caption><h3>上思论坛欢迎你</h3></caption>

   <tr>

    <td><label for="emali">邮箱</label></td>

    <td><input type="text" id="email" name="email" placeholder="daoguopian@pp.com" size="30"></td>

    

   </tr>

    <tr>

    <td><label for="password">密码</label></td>

    <td><input type="password" id="email" name="email" placeholder="请设置不少于8位数的密码" size="30"></td>


   </tr>

 <tr>

    <td>性别</td>

     <td>

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

     <input type="radio" name="sex" value="mele">女

     <input type="radio" name="sex" value="mele" checked="">秘密

     </td>

     <tr>

   </tr>

 <tr>

    <td>休闲爱好</td>

     <td>

     <input type="checkbox" name="hobby" value="篮球">篮球

     <input type="checkbox" name="hobby" value="跑步">跑步

     <input type="checkbox" name="hobby" value="乒乓球">兵乓球

     <input type="checkbox" name="hobby" value="看电影">看电影

     <input type="checkbox" name="hobby" value="其他">其他

     </td>

     <tr>

     

     </tr>


   </tr>

   <tr>

    <td>所在位置</td>

    <td>

    <select name="level">

       <option value="0">思阳镇</option>

       <option value="1">叫安镇</option>

       <option value="2">七门镇</option>

       <option value="3">天天镇</option>

       <option value="4">安全镇</option>

       <option value="5" selected="">请选择</option>

  </select>

   </td>

  </tr>

  <tr>

  <td><label for="photo">头像</label></td>

  <td>  

      <img src="01.jpg" height="30">

      <input id="photo" type="file" id="photo" name="photo" accept="imag/*"></td>

  </tr>

  <tr>

    <td><label for="emali">个人简介</label></td>

    <td>

      <textarea rows="10" cols="50" id="email" name="email" placeholder="请文明发言!"></textarea>

   </td>

    </tr>

    <tr>

      <td colspan="2">

        <input type="submit" name="submit" value="提交">

       

        <input type="submit" name="submit" value="重填">

      </td>

    </tr>

</table>

</form>

</body>

</html>

手抄图上传:QQ截图20180326180641.png

QQ截图20180326180555.png

Correction status:qualified

Teacher's comments:作业已检查! 手写代码未提交!请及时提交! 博客发布作业中添加了线上运行代码的新功能! 群文中找到入群必读文件夹下的博客如何提交作业.gif图下载了解!!
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!