菜鸟教程 try_dom_tablerow_align 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <table width="100%" border="1">
<tbody><tr id="header">
<th>Firstname</th>
<th>Lastname</th>
</tr>
<tr>
<td>Peter</td>
<td>Griffin</td>
</tr>
</tbody></table>
<br>
<input type="button" onclick="leftAlign()" value="Left-align table row">

<p><b>Note:</b> This example does not work in Internet Explorer.</p>