blob: a87cdb7891dc5a25d908ef3fef2e5bbf68222f91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html>
<head>
<head>
<style>
table table
{ border-collapse: collapse; border-style: solid; border-width: 10px;
border-color: green }
</style>
</head>
</head>
<body>
<table><tr>
<td>
<table>
<tr><td></td></tr>
</table>
<table>
<tr><td></td></tr>
</table>
</td>
</tr></table>
</body>
</html>
|