Home | Mirror | Search

4. 表格

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

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

}
.hello td{

}
</style>
<table class="mytable">
	<tr>
		<td></td>
	</tr>
</table>
				
				
comments powered by Disqus