aboutsummaryrefslogtreecommitdiff
path: root/exam_reminders/2023-10-16.html
blob: ef63eb9bf2c931f9230c601c692d4584079b9a5e (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
42
43
44
45
46
<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 scope="row">Mon</th>
			<td>Chinese<br>语文</td>
			<td>Chemistry<br>化学</td>
			<td>Biology<br>生物</td>
		</tr>
		<tr class="not-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="not-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>