blob: c01b1761753aa4b6a2fba9d9ef7f5102e7131e08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE HTML>
<html>
<body>
<table>
<tr><td style="background:lime; width:100px; height:100px;"></td></tr>
</table>
<table>
<tr><td style="background:lime; width:100px; height:100px;"></td></tr>
</table>
</body>
</html>
|