-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpt8.html
More file actions
44 lines (40 loc) · 1.09 KB
/
pt8.html
File metadata and controls
44 lines (40 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- <style>
table, th, td{
border: 1px;
border-color: red;
}
</style> -->
</head>
<body>
<table border="2" cellpadding="10" cellspacing="0">
<tr>
<th colspan="5">Cl</th>
<th colspan="5">All gender</th>
<th cellspacing="0">by gender
<table border="1" cellspacing="0" cellpadding="7">
<tr>
<th>male</th>
<th>female</th>
</tr>
<tr>
<td>748723</td>
<td>763635</td>
</tr>
</table>
</th>
</tr>
<tr>
<td colspan="4">rural</td>
<td>343874</td>
<td colspan="5">766376</td>
<td colspan="5">76373</td>
</tr>
</table>
</body>
</html>