Blogger Information
Blog 25
fans 0
comment 0
visits 10615
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
小学生课程表
PHui
Original
381 people have browsed it
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>课程表</title>
  8. </head>
  9. <body>
  10. <div align="center">
  11. <table
  12. border="1"
  13. width="600px"
  14. heigth="324px"
  15. cellspacing="0"
  16. >
  17. <caption style="font-size:23px;">
  18. 合肥市南门小学六年级课程表
  19. </caption>
  20. <thead bgcolor="#e5e5e5">
  21. <th>时间</th>
  22. <th>周一</th>
  23. <th>周二</th>
  24. <th>周三</th>
  25. <th>周四</th>
  26. <th>周五</th>
  27. </thead>
  28. <tbody align="center">
  29. <tr>
  30. <td rowspan="4" bgcolor="gray">上午</td>
  31. <td>语文</td>
  32. <td>数学</td>
  33. <td>英语</td>
  34. <td>语文</td>
  35. <td>英语</td>
  36. </tr>
  37. <tr>
  38. <!-- <td>x</td> -->
  39. <td>数学</td>
  40. <td>英语</td>
  41. <td>语文</td>
  42. <td>英语</td>
  43. <td>语文</td>
  44. </tr>
  45. <tr>
  46. <!-- <td>x</td> -->
  47. <td>英语</td>
  48. <td>语文</td>
  49. <td>数学</td>
  50. <td>数学</td>
  51. <td>数学</td>
  52. </tr>
  53. <tr>
  54. <!-- <td>x</td> -->
  55. <td>品德</td></td></td>
  56. <td>音乐</td>
  57. <td>体育</td>
  58. <td>科学</td>
  59. <td>美术</td>
  60. </tr>
  61. <tr>
  62. <td colspan="6">中午休息</td>
  63. <!-- <td>x</td>
  64. <td>x</td>
  65. <td>x</td>
  66. <td>x</td>
  67. <td>x</td> -->
  68. </tr>
  69. <tr>
  70. <td rowspan="3" bgcolor="gray">下午</td>
  71. <td>安全</td>
  72. <td>美术</td>
  73. <td>音乐</td>
  74. <td>品德</td>
  75. <td>信息</td>
  76. </tr>
  77. <tr>
  78. <!-- <td>x</td> -->
  79. <td>诗文</td>
  80. <td>体育</td>
  81. <td>信息</td>
  82. <td>安全</td>
  83. <td>作文</td>
  84. </tr>
  85. <tr>
  86. <!-- <td>x</td> -->
  87. <td>校园体<br>育活动</td>
  88. <td>选修1</td>
  89. <td>闽南语</td>
  90. <td>校园体<br>育活动</td>
  91. <td>选修2</td>
  92. </tr>
  93. </tbody>
  94. <tfoot align="center" bgcolor="#e5e5e5">
  95. <tr>
  96. <td>傍晚</td>:</td>
  97. <td colspan="5">延时服务</td>
  98. <!-- <td>x</td>
  99. <td>x</td>
  100. <td>x</td>
  101. <td>x</td> -->
  102. </tr>
  103. </tfoot>
  104. </table>
  105. </div>
  106. </body>
  107. </html>

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