<p>align="left":</p> <table border="1"> <caption align="left">My savings</caption> <tbody><tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </tbody></table> <p>align="right":</p> <table border="1"> <caption align="right">My savings</caption> <tbody><tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </tbody></table> <p>align="top":</p> <table border="1"> <caption align="top">My savings</caption> <tbody><tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </tbody></table> <p>align="bottom":</p> <table border="1"> <caption align="bottom">My savings</caption> <tbody><tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </tbody></table>