table (4) thead

<table>
		<!--thead(表格的眉页)相关属性:-->
		<thead 	align="char" <!--将内容对准指定字符-->	
				valign=	<!--规定单元格内容的垂直排列方式。-->
					    "top/middle/bottom/baseline(与基线对齐)"	
				char="character"<!--规定根据哪个字符来进行内容的对齐-->
				charoff="number"<!--规定对齐字符的偏移量-->
		></thead>
</table>
<table>
<!--tbody(表格的主体),属性同thaed-->
<tbody></tbody>
</table>
<pre code_snippet_id="1668458" snippet_file_name="blog_20160501_1_4383751" name="code" class="html"><table>
		<!--tfoot(表格的页脚),属性同thead-->
		<tfoot></tfoot>
</table>
 

你可能感兴趣的:(table (4) thead)