CSS布局实例:一个不错的表格样式
作者:admin
来源:未知
日期:2012-01-22
点击:0

Source Code to Run [www.][ 可先修改部分代码 再运行查看效果 ]
HTML代码:
Example Source Code [www.]<table width="590" cellspacing="1"><caption>
text
</caption>
<thead>
<tr>
<th class="line1" scope="col">text</th>
<th scope="col">text</th>
<th scope="col">text</th>
<th class="line4" scope="col">More</th>
</tr>
</thead>
<tbody>
<tr>
<th height="78">text text text text</th>
<td>text text text text</td>
<td>text text text</td>
<td class="line4"> </td>
</tr>
</tbody>
<tfoot>
<tr>
<th></th>
<td></td>
<td></td>