aboutsummaryrefslogtreecommitdiff
path: root/exam_reminders/2023-10-17.html
blob: 63a192eb9d2468af3ffe17740146f33711ded887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<table>
<caption>Y10</caption>
<colgroup>
<col style="width: 5%"/>
<col style="width: calc(95% / 3)"/>
<col style="width: calc(95% / 3)"/>
<col style="width: calc(95% / 3)"/>
</colgroup>
<thead>
<tr>
<th scope="col">Day</th>
<th scope="col">Morning 1</th>
<th scope="col">Morning 2</th>
<th scope="col">Afternoon</th>
</tr>
</thead>
<tbody>

<tr class="today">
<th rowspan="2" scope="row">Tue</th>
<td rowspan="2">English<br/>英语</td>
<td rowspan="2">Geography<br/>地理</td>
<td>Economics 经济</td>
</tr>
<tr class="today">
<td>Business 商业</td>
</tr>
<tr class="not-today">
<th rowspan="2" scope="row">Wed</th>
<td rowspan="2">Mathematics<br/>数学</td>
<td>Music 音乐</td>
<td rowspan="2">Physics<br/>物理</td>
</tr>
<tr class="not-today">
<td>PE 体育</td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>