-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (221 loc) · 5.03 KB
/
index.html
File metadata and controls
229 lines (221 loc) · 5.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<title>table</title>
</head>
<body>
<h1>shayan abdul shakoor</h1>
<h2>nasted table</h2>
<table border="5">
<tr>
<th>header column 1</th>
<th>header column 2</th>
<th>header column 3</th>
<th>header column 4</th>
</tr>
<tr>
<td>row 2-item 1</td>
<td>row 2-item 2</td>
<th rowspan="3">row 2:nasted table 1
<table border="3" >
<tr>
<th>row 1 header</th>
<td>item</td>
</tr>
<tr>
<th>row 2 header</th>
<td>item</td>
</tr>
<tr>
<th>row 3 header</th>
<td>item</td>
</tr>
</table>
</th>
<td>row 2 - column 4<br>second line</td>
</tr>
<tr>
<th rowspan="2">row 3:nasted table 2
<table border="3">
<tr></tr>
<tr>
<th>row 1 header</th>
<td>item</td>
</tr>
<tr>
<th>row 2 header</th>
<td>item</td>
</tr>
</table>
</th>
<tr>
<td>row 3-item 2</td>
<td rowspan="2" >row 3-item 3</td>
</tr>
<tr>
<td>row 4-item 1</td>
<td>row 4-item 2</td>
<td>row 4-item 3</td>
</tr>
<tr>
<td rowspan="4">row 5-last row of outer table</td>
</tr>
</table>
<br>
<table border="5">
<tr>
<th rowspan="3">day</th>
<th colspan="3">seminar </th>
</tr>
<tr>
<th colspan="2">schedule</th>
<th rowspan="2">topic</th>
</tr>
<tr>
<th>begin</th>
<th>end</th>
</tr>
<tr>
<th rowspan="2">monday</th>
<td rowspan="2">8:00 a.m.</td>
<td rowspan="2">5;00 a.m.</td>
<td>introduction to xml</td>
</tr>
<tr>
<td>validity:dtd and relax ng</td>
</tr>
<tr>
<th rowspan="3">tuesday</th>
<td>8:00 a.m.</td>
<td>11:00 a.m.</td>
<td rowspan="2">xpath</td>
</tr>
<tr>
<td>11:00 a.m.</td>
<td>2:00 a.m.</td>
</tr>
<tr>
<td>2:00 p.m</td>
<td>5:00 p.m</td>
<td>xsl transformations</td>
<tr>
<th>wednesday</th>
<td>8:00 a.m.</td>
<td>12:00 p.m.</td>
<td>xsl formatting objects</td>
</tr>
</table>
<br>
<h3>athletics day time table</h3>
<table border="3">
<tr>
<th>area</th>
<th>10am-11am</th>
<th>11am-12pm</th>
<th>12pm-1pm</th>
<th>1pm-2pm</th>
<th>2pm-3pm</th>
</tr>
<th rowspan="2">track</th>
<td>400m</td>
<td>200m</td>
<th rowspan="3">lunch</th>
<td>800m</td>
<td>100m</td>
<tr>
<td>hurdles</td>
<td>1500m</td>
<td>free</td>
<td>80m</td>
</tr>
<tr>
<th>field</th>
<td>discus</td>
<td>javelin</td>
<td>shot put</td>
<td>hammer throw</td>
</tr>
</table>
<br>
<h3>marksheet of 2022</h3>
<table border="3">
<tr>
<th rowspan="4">s.no.</th>
<th rowspan="4">name</th>
<th colspan="6">subject</th>
<th rowspan="4">total</th>
</tr>
<tr>
<th colspan="2">science</th>
<th colspan="2">social</th>
<th colspan="2">computer</th>
</tr>
<tr>
<th colspan="6"> marks</th>
</tr>
<tr>
<th>internal</th>
<th>final</th>
<th>internal</th>
<th>final</th>
<th>internal</th>
<th>final</th>
</tr>
<tr>
<th>1</th>
<td>bikash</td>
<td>10</td>
<td>12</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>50</td>
</tr>
<tr>
<th>2</th>
<td>bikesh</td>
<td>10</td>
<td>12</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>50</td>
</tr>
<tr>
<th>3</th>
<td>avinash</td>
<td>10</td>
<td>12</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>50</td>
</tr>
<tr>
<th>4</th>
<td>ram</td>
<td>10</td>
<td>12</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>50</td>
</tr>
<tr>
<th>5</th>
<td>abdul</td>
<td>10</td>
<td>12</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>43</td>
<td>50</td>
</tr>
</table>
</body>
</html>