blob: 711d32b4dfb339533695e8852aa579cee366ce86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html xmlns="http://www.w3.org/1999/xhtml">
<body bgcolor="#FFFFFF">
<table border="1" bgcolor="green">
<tbody>
<tr>
<td>Some text</td>
<td>Some text</td>
<td>Some text</td>
</tr>
</tbody>
</table>
</body>
</html>
|