-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTKB.html
43 lines (43 loc) · 1.7 KB
/
TKB.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TKB</title>
</head>
<body>
Thời khoá biểu
<br>
<table border="1"; style="border-collapse:collapse; width:900px; height: 100px;">
<tr>
<th rowspan="2" style="background: red;"> <font style="color:white;"> Thứ</font></th>
<th colspan="2" style="background: red;"> <font style="color: White;">Hoạt động </font></th>
</tr>
<tr>
<th style="background: red;"> <font style="color: white;"> Sáng </font> </th>
<th style="background: red;"> <font style="color: white;"> Chiều </font> </th>
</tr>
<tr>
<th style="font-weight:lighter">Thứ Hai </th>
<th style="font-weight:lighter"> Thể dục </th>
<th style="font-weight:lighter"> HD trò chơi mới</th>
</tr>
<tr>
<th style="font-weight:lighter"> Thứ Ba </th>
<th style="font-weight:lighter"> Nhận biết tập nói</th>
<th style="font-weight:lighter"> Rèn nè nết kĩ năng sống</th>
</tr>
<tr>
<th style="font-weight:lighter"> Thứ Tư</th>
<th style="font-weight:lighter"> Âm nhạc</th>
<th style="font-weight:lighter"> Vui chơi</th>
</tr>
<tr>
<th style="font-weight:lighter"> Thứ Năm</th>
<th style="font-weight:lighter"> Văn học </th>
<th style="font-weight:lighter"> Nhận biết các giá trị sống</th>
</tr>
</table>
</body>
</html>