HTML - table

 

基本語法


<table border=0>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>



Table 參數

border:設定邊框大小
cellpadding:表格內的邊距大小
cellspacing:表格的外邊界大小
height:指定高度
width:指定寬度

TR 參數

height:指定高度
width:指定寬度


TD 參數

height:指定高度
width:指定寬度
colspan:橫向合併格數
rowspan:直向合併格數













沒有留言:

張貼留言