blob: 718bcc7a824dac2d20c02bfcefcd9df053712031 [file] [log] [blame]
<html>
<body>
<table border=1 width=300>
<tr align=center>
<td>One</td>
<td>Two</td>
</tr>
</table>
<table border=1 width=300>
<tr align=right>
<td>One</td>
<td>Two</td>
</tr>
</table>
<table border=1>
<tr align=center>
<td>One</td>
<td>Two</td>
</tr>
<tr>
<td>----------Long One------------</td>
<td>----------Long Two------------</td>
</tr>
</table>
<table border=1 width=100%>
<tr align=center>
<td>One</td>
<td>Two</td>
</tr>
</table>
</body>
</html>