Blogger Information
Blog 19
fans 0
comment 0
visits 10086
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0319作业
bloght5386
Original
503 people have browsed it

表格

  1. <table border="1" cellspacing="0" cellpadding="0">
  2. <caption><h4>合肥市南门小学五(三)班课程表</h4></caption>
  3. <thead>
  4. <tr>
  5. <th>时间</th>
  6. <th>星期一</th>
  7. <th>星期二</th>
  8. <th>星期三</th>
  9. <th>星期四</th>
  10. <th>星期五</th>
  11. </tr>
  12. </thead>
  13. <tbody>
  14. <tr align="center">
  15. <td rowspan="3">上午</td>
  16. <td>语文</td>
  17. <td>数学</td>
  18. <td>音乐</td>
  19. <td>体育</td>
  20. <td>英语</td>
  21. </tr>
  22. <tr align="center">
  23. <!-- <td>上午</td> -->
  24. <td>语文</td>
  25. <td>数学</td>
  26. <td>音乐</td>
  27. <td>体育</td>
  28. <td>英语</td>
  29. </tr>
  30. <tr align="center">
  31. <!-- <td>上午</td> -->
  32. <td>语文</td>
  33. <td>数学</td>
  34. <td>音乐</td>
  35. <td>体育</td>
  36. <td>英语</td>
  37. </tr>
  38. <tr align="center">
  39. <td colspan="6" align="center">中午休息</td>
  40. <!-- <td>中午休息</td>
  41. <td>中午休息</td>
  42. <td>中午休息</td>
  43. <td>中午休息</td>
  44. <td>中午休息</td> -->
  45. </tr>
  46. <tr align="center">
  47. <td rowspan="2">下午</td>
  48. <td>语文</td>
  49. <td>数学</td>
  50. <td>音乐</td>
  51. <td>体育</td>
  52. <td>英语</td>
  53. </tr>
  54. <tr align="center">
  55. <!-- <td>下午</td> -->
  56. <td>语文</td>
  57. <td>数学</td>
  58. <td>音乐</td>
  59. <td>体育</td>
  60. <td>英语</td>
  61. </tr>
  62. <tr align="center">
  63. <td>备注:</td>
  64. <td colspan="5">每天下午16:00-17:00,写完作业再回家</td>
  65. <!-- <td></td>
  66. <td></td>
  67. <td></td>
  68. <td></td> -->
  69. </tr>
  70. </tbody>
  71. </table>

表单

  1. <form action="">
  2. <div>
  3. <label for="username">用户名:</label>
  4. <input type="text" name="username" id="username">
  5. </div>
  6. <div>
  7. <label for="password">密码:</label>
  8. <input type="password" name="password" id="password">
  9. </div>
  10. <div>
  11. <label for="">性别:</label>
  12. <input type="radio" value="male" name="male" id="male">
  13. <label for="male"></label>
  14. <input type="radio" value="female" name="male" id="female">
  15. <label for="female"></label>
  16. </div>
  17. <div>
  18. <label for="">爱好:</label>
  19. <input type="checkbox" name="hobby[]" value="football" id="football">
  20. <label for="football">足球</label>
  21. <input type="checkbox" name="hobby[]" value="basketball" id="basketball">
  22. <label for="basketball">篮球</label>
  23. <input type="checkbox" name="hobby[]" value="programe" id="programe">
  24. <label for="programe">编程</label>
  25. </div>
  26. <div>
  27. <select name="area" id="">
  28. <option value="1">北京</option>
  29. <option value="2">上海</option>
  30. <option value="3">长沙</option>
  31. <option value="4">广州</option>
  32. </select>
  33. </div>
  34. </form>
Correcting teacher:灭绝师太灭绝师太

Correction status:qualified

Teacher's comments:
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