<table border="1" style="height:200px"> <tbody><tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td valign="bottom">January</td> <td valign="bottom">$100</td> </tr> <tr> <td valign="baseline">February</td> <td valign="baseline" style="font-size:200%">$80</td> </tr> </tbody></table> <p><b>Note:</b> The valign attribute is not supported in HTML5. Use CSS instead.</p>