Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 知乎專欄 | 視頻教程 | About

15.4. 表格

這裡的表格不是指用於排版,而是表格數據。

				
<style type="text/css">
.hello{
	width: 100%;
}
.hello tr{

}
.hello td{

}
</style>
<table class="mytable">
	<tr>
		<td></td>
	</tr>
</table>