<html>
<head></head>
<body>
<table border>
<tr><td width="50">Row1, Column1</td><td width="50%">Row1, Column2</td></tr>
<tr><td height="25">Row2, Column1</td><td>Row2, Column2</td></tr>
</table>
</body>
</html>
Row1, Column1 | Row1, Column2 |
Row2, Column1 | Row2, Column2 |