-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable.html
More file actions
54 lines (54 loc) · 2.77 KB
/
table.html
File metadata and controls
54 lines (54 loc) · 2.77 KB
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
47
48
49
50
51
52
53
54
<table border="10" cellspacing="0" cellpadding="8">
<thead>
<tr1>
<th style="background-color: palevioletred;"><strong>LECTURE</strong> </th>
<th style="background-color: palevioletred;"><strong>MONDAY</strong></th>
<th style="background-color: palevioletred;"><strong>TUESDAY</strong></th>
<th style="background-color: palevioletred;"><strong>Wednesday</strong></th>
<th style="background-color: palevioletred;"><strong>Thursday</strong></th>
<th style="background-color: palevioletred;"><strong>Friday</strong></th>
</tr1>
</thead>
<tbody>
<tr>
<th style="background-color: palevioletred;">lecture1</th>
<td style="background-color: palevioletred;">maths</td>
<td style="background-color: palevioletred;">physics</td>
<td style="background-color: palevioletred;">hindi</td>
<td style="background-color: palevioletred;">sst</td>
<td style="background-color: palevioletred;">coa</th>
</tr>
<tr>
<th style="background-color: palevioletred;">lecture2</th>
<td style="background-color: palevioletred;">dstl</td>
<td style="background-color: palevioletred;">sst</td>
<td style="background-color: palevioletred;">maths</td>
<td style="background-color: palevioletred;">hindi</td>
<td style="background-color: palevioletred;">maths</td>
</tr>
<tr>
<th style="background-color: palevioletred;">lecture3</th>
<td style="background-color: palevioletred;">dstl</td>
<td style="background-color: palevioletred;">sst</td>
<td style="background-color: palevioletred;">maths</td>
<td style="background-color: palevioletred;">hindi</td>
<td style="background-color: palevioletred;">maths</td>
</tr>
<tr>
<th style="background-color: palevioletred;">lecture4</th>
<td style="background-color: palevioletred;">dstl</td>
<td style="background-color: palevioletred;">sst</td>
<td style="background-color: palevioletred;">maths</td>
<td style="background-color: palevioletred;">hindi</td>
<td style="background-color: palevioletred;">maths</td>
</tr>
<tr>
<th style="background-color: palevioletred;">lecture5</th>
<td style="background-color: palevioletred;">dstl</td>
<td style="background-color: palevioletred;">sst</td>
<td style="background-color: palevioletred;">maths</td>
<td style="background-color: palevioletred;">hindi</td>
<td style="background-color: palevioletred;">maths</td>
</tr>
</tbody>
</table>