blob: d16e9d6b155f3fc96db37525312beec1fb2ba4e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<body>
<table bgcolor="lightgray" width="70">
<tbody>
<tr>
<td bgcolor="red">
<img width="50" height="50"> <img width="50" height="50">
</td>
</tr>
</tbody>
</table>
</body>
</html>
|