<html>
   <head>
       <title>Ad Infinitum Web</title>
   </head>
<body>

<table border width=100%>
<caption>Table with Width of 100%</caption>
<tr><td>Text</td></tr>
</table>

<p>

<table border align=center width=150>
<caption>Table Aligned at the Center</caption>
<tr><td>Text</td></tr>
</table>

<p>

<table border align=left width=150>
<caption>Table Aligned to the Left</caption>
<tr><td>Test</td></tr>
</table>

<p>

<table border align=right width=150>
<caption>Table Aligned to the Right</caption>
<tr><td>Text</td></tr>
</table>

</body>
</html>