Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:
()
<table id="time-table">
<caption><h2>课程表</h2></caption>
<thead>
<tr>
<th colspan="2">节次\星期</th>
<th>星期一</th>
<th>星期二</th>
<th>星期三</th>
<th>星期四</th>
<th>星期五</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="7" style="background-color: lightblue;">
<p style="margin: 2;">早自习 (07:00 - 07:50)</p>
<p style="margin: 2;"></p>
</td>
</tr>
<tr>
<th rowspan="4">上午</th>
<th>
<p>第一节</p>
<p>08:00 - 08:40</p>
</th>
<td rowspan="2">美术</td>
<td>音乐</td>
<td>舞蹈</td>
<td>围棋</td>
<td>话剧</td>
</tr>
<tr>
<th>
<p>第二节</p>
<p>08:50 - 09:30</p>
</th>
<td>音乐</td>
<td>舞蹈</td>
<td>围棋</td>
<td>话剧</td>
</tr>
<tr>
<th>
<p>第三节</p>
<p>09:40 - 10:20</p>
</th>
<td>美术</td>
<td>音乐</td>
<td>舞蹈</td>
<td rowspan="2">围棋</td>
<td>话剧</td>
</tr>
<tr>
<th>
<p>第四节</p>
<p>10:30 - 11:20</p>
</th>
<td>美术</td>
<td>音乐</td>
<td>舞蹈</td>
<td>话剧</td>
</tr>
<tr>
<td colspan="7" style="background-color: lightblue;">
<p>午休(12:00 - 14:00)</p>
<p></p>
</td>
</tr>
<tr>
<th rowspan="3">上午</th>
<th>
<p>第五节</p>
<p>14:00 - 14:40</p>
</th>
<td>美术</td>
<td>音乐</td>
<td>舞蹈</td>
<td>围棋</td>
<td rowspan="3">话剧</td>
</tr>
<tr>
<th>
<p>第六节</p>
<p>14:50 - 15:30</p>
</th>
<td>美术</td>
<td>音乐</td>
<td>舞蹈</td>
<td>围棋</td>
</tr>
<tr>
<th>
<p>第七节</p>
<p>15:40 - 16:40</p>
</th>
<td>美术</td>
<td colspan="2">音乐</td>
<td>围棋</td>
</tr>
<td colspan="7" style="background-color: lightblue;" >
<p>晚自习(19:00 - 21:50)</p>
<p></p>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<!-- 水平方向合并/列合并 : colspan -->
<th colspan="7">课程表有效期:2022年10月1日-2023年5月1日</th>
</tr>
</tfoot>
</table>