tryhtml_th_valign 在线代码实例
<table border="1" style="height:200px">
<tbody><tr>
<th valign="middle">Month</th>
<th valign="bottom">Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</tbody></table>
<p><b>Note:</b> The valign attribute is not supported in HTML5. Use CSS instead.</p>