blob: 4d654e35cb42186d328786d1aaa08eeaad578f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<body>
<table border="1"><tr>
<td style="float: left; height: 200px">
</td>
<td style="float: right">
Right
</td></tr>
</table>
</body>
</html>
|