表格的标准格式
Posted 行走de猫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了表格的标准格式相关的知识,希望对你有一定的参考价值。
表格的标准结构
<table>
<thead>
<tr>
<td></td>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
<td></td>
</tr>
</tfoot>
</table>
table>tr*3>td*3
<table border="1" width="500" height="300" aligh="center">
<caption>表头<caption>
ctrl+鼠标左键 集体输入
colspan 同一行单元格合并
rowspan 同一列单元格合并
表格标题、边框颜色、内容垂直对齐
<th></th> 标题(颜色加粗)
bordercolor="red" 边框颜色
内容垂直对齐方式
valign="top"/"middle"/"bottom"
细线表格
以上是关于表格的标准格式的主要内容,如果未能解决你的问题,请参考以下文章
c# 时间格式Mon Apr 28 2014 00:00:00 GMT 0800 (中国标准时间) 如何转换