Blogger Information
Blog 27
fans 2
comment 1
visits 13600
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月19日作业
kaclod的博客
Original
648 people have browsed it

QQ截图20180320180922.jpg

 

1.JPG

2.JPG

<!DOCTYPE html>
<html>
<head>
 <meta charset="UTF-8">
 <title>第三天作业</title>
</head>
<body>
 <!-- <form action="" method="post"> -->
  <table border="0" cellspacing="0" cellpadding="5" bgcolor="skyblue" width="400">
   <caption><h3 >游戏会员注册</h3></caption>
   <tr>
    <td width="60"><label for="name">邮箱:</label></td>
    <td width="300"><input type="text" id="name" name="name" value="" placeholder="example@mail.com" size="30"></td>
   </tr>
   <tr>
    <td>密码:</td>
    <td><input type="password" id="password" name="name" value="" placeholder="字母+数字,不少于10位" size="30"></td>
   </tr>
   <tr>
    <td>性别:</td>
    <td>
     <input type="radio" name="sex" value="male">男
     <input type="radio" name="sex" value="female">女
     <input type="radio" name="sex" value="baomi">保密
    </td>
   </tr>
   <tr>
    <td>语言:</td>
    <td >
     <input type="checkbox" nmae="xingqu value="java">JAVA
     <input type="checkbox" name="xingqu" value="php">PHP
     <input type="checkbox" name="xingqu" value="python">PYTHON
     <input type="checkbox" name="xingqu" value="c#">C#
    </td>
   </tr>
   <tr>
    <td>擅长:</td>
    <td>
     <input type="checkbox" name="youxi" value="LOL">LOL
     <input type="checkbox" name="youxi" value="chiji">吃鸡
     <input type="checkbox" name="youxi" value="feiche">飞车
     <input type="checkbox" name="youxi" value="xiyou">大话西游
    </td>
   </tr>
   <tr>
    <td> <label for="level">段位:</label></td>
    <td>
     <select name="level" id="level">
      <option value="">青铜</option>
      <option value="" selected="">白银</option>
      <option value="">黄金</option>
      <option value="">铂金</option>
     </select>
    </td>
   </tr>
   <tr>
    <td>头像:</td>
    <td>
     <img src="images/3.jpg" height="30" alt="人头像">
     <input type="file" id="" name="photo" accept="image/*"></td>
   </tr>
   <tr>
    <td>简介:</td>
    <td>
     <textarea name="neirong" id="neirong" cols="30" rows="5" placeholder="文明上网,理性发言"></textarea>
    </td>
   </tr>
   <tr>
    <td colspan="2">
     <input type="submit" name="submit" value="提交">&nbsp&nbsp&nbsp&nbsp
     <input type="reset" name="reset" value="重填">
    </td>
   </tr>
  </table>
 <!-- </form> -->
 
</body>
</html>

 

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