-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path10.html
More file actions
38 lines (38 loc) · 796 Bytes
/
10.html
File metadata and controls
38 lines (38 loc) · 796 Bytes
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
<html>
<head>
<title>
chapter 10
</title>
</head>
<body>
<center>
<h1>krishna</center></h1><br />
<table>
<tr>
<td>
<table border="1"cellpadding="2" cellspacing="2"hight="20"width="20">
<caption><b><u>qualities</u></b></caption>
<tfoot>
<th>my personality is my characteristics</th>
</tfoot>
<th> and also my quality</th>
<thead>
<tr>
<td rowspan="2">my name is krishna shahi.i am from haldwani.</td>
</thead>
<tbody>
<td>my mother mrs.rajmati shahi is extraordinary women and father mr. bhupendra singh shahi is very polite teacher</td>
</tr>
</tbody>
<tr>
<td>rohit father name mr.amar and mother name is mrs.vandana.</td>
<td> my family is unique in the worldi </td>
</tr>
<tr>
<td colspan="3">i never live without my parents as i love</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>