Blogger Information
Blog 9
fans 0
comment 0
visits 4796
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
课程表练习
兰博
Original
447 people have browsed it

()

课程表

  1. <table id="time-table">
  2. <caption><h2>课程表</h2></caption>
  3. <thead>
  4. <tr>
  5. <th colspan="2">节次\星期</th>
  6. <th>星期一</th>
  7. <th>星期二</th>
  8. <th>星期三</th>
  9. <th>星期四</th>
  10. <th>星期五</th>
  11. </tr>
  12. </thead>
  13. <tbody>
  14. <tr>
  15. <td colspan="7" style="background-color: lightblue;">
  16. <p style="margin: 2;">早自习 (07:00 - 07:50)</p>
  17. <p style="margin: 2;"></p>
  18. </td>
  19. </tr>
  20. <tr>
  21. <th rowspan="4">上午</th>
  22. <th>
  23. <p>第一节</p>
  24. <p>08:00 - 08:40</p>
  25. </th>
  26. <td rowspan="2">美术</td>
  27. <td>音乐</td>
  28. <td>舞蹈</td>
  29. <td>围棋</td>
  30. <td>话剧</td>
  31. </tr>
  32. <tr>
  33. <th>
  34. <p>第二节</p>
  35. <p>08:50 - 09:30</p>
  36. </th>
  37. <td>音乐</td>
  38. <td>舞蹈</td>
  39. <td>围棋</td>
  40. <td>话剧</td>
  41. </tr>
  42. <tr>
  43. <th>
  44. <p>第三节</p>
  45. <p>09:40 - 10:20</p>
  46. </th>
  47. <td>美术</td>
  48. <td>音乐</td>
  49. <td>舞蹈</td>
  50. <td rowspan="2">围棋</td>
  51. <td>话剧</td>
  52. </tr>
  53. <tr>
  54. <th>
  55. <p>第四节</p>
  56. <p>10:30 - 11:20</p>
  57. </th>
  58. <td>美术</td>
  59. <td>音乐</td>
  60. <td>舞蹈</td>
  61. <td>话剧</td>
  62. </tr>
  63. <tr>
  64. <td colspan="7" style="background-color: lightblue;">
  65. <p>午休(12:00 - 14:00)</p>
  66. <p></p>
  67. </td>
  68. </tr>
  69. <tr>
  70. <th rowspan="3">上午</th>
  71. <th>
  72. <p>第五节</p>
  73. <p>14:00 - 14:40</p>
  74. </th>
  75. <td>美术</td>
  76. <td>音乐</td>
  77. <td>舞蹈</td>
  78. <td>围棋</td>
  79. <td rowspan="3">话剧</td>
  80. </tr>
  81. <tr>
  82. <th>
  83. <p>第六节</p>
  84. <p>14:50 - 15:30</p>
  85. </th>
  86. <td>美术</td>
  87. <td>音乐</td>
  88. <td>舞蹈</td>
  89. <td>围棋</td>
  90. </tr>
  91. <tr>
  92. <th>
  93. <p>第七节</p>
  94. <p>15:40 - 16:40</p>
  95. </th>
  96. <td>美术</td>
  97. <td colspan="2">音乐</td>
  98. <td>围棋</td>
  99. </tr>
  100. <td colspan="7" style="background-color: lightblue;" >
  101. <p>晚自习(19:00 - 21:50)</p>
  102. <p></p>
  103. </td>
  104. </tr>
  105. </tbody>
  106. <tfoot>
  107. <tr>
  108. <!-- 水平方向合并/列合并 : colspan -->
  109. <th colspan="7">课程表有效期:2022年10月1日-2023年5月1日</th>
  110. </tr>
  111. </tfoot>
  112. </table>
Correcting teacher:PHPzPHPz

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!