<tr>表格列標籤</tr>

屬性 說明
bgcolor 設定背景顏色
bordercolor 設定邊框顏色
語法  <tr bgcolor=red bordercolor=gray><td>cyming的家</td></tr>
語法: <tr
    [align=left|center|right]
    [bgcolor=colorValue]
    [bordercolor=colorValue]
    [bordercolorlight=colorValue]
    [bordercolordark=colorValue]
    [valign=top|middle|bottom|baseline]>...
</tr>
(可以省略結束標籤)

 說明: <tr>標籤是用以指示瀏覽器將文字顯示為一行表格列。

 範例: <table border="1" cellpadding="0" cellspacing="0" width="300">
    <tr>
        <td width="50%">姓名</td>
        <td width="50%">ICQ號碼</td>
    </tr>
    <tr>
        <td width="50%"> </td>
        <td width="50%"> </td>
    </tr>
</table>

ie.gif (914 個位元組) 執行結果:
姓名 ICQ號碼