第一行帶有背景顏色的 HTML 表格:
<table width="100%" border="1">
<tr bgcolor="#FF0000"
>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
bgcolor 屬性規(guī)定表格行的背景顏色。
盡管不贊成使用 bgcolor 屬性,但是所有瀏覽器都支持它。
在 HTML 4.01 中,不贊成使用 tr 元素的 bgcolor 屬性;在 XHTML 1.0 Strict DTD 中,不支持 tr 元素的 bgcolor 屬性。
請(qǐng)使用 CSS 代替。
CSS 語(yǔ)法:<tr style="background-color:red">
在我們的 CSS 教程中,您可以找到更多有關(guān) background-color 屬性的細(xì)節(jié)。
<tr bgcolor="value">
值 | 描述 |
---|---|
color_name | 規(guī)定顏色值為顏色名稱的背景顏色(比如 "red")。 |
hex_number | 規(guī)定顏色值為十六進(jìn)制值的背景顏色(比如 "#ff0000")。 |
rgb_number | 規(guī)定顏色值為 rgb 代碼的背景顏色(比如 "rgb(255,0,0)")。 |
如對(duì)本文有疑問(wèn),請(qǐng)?zhí)峤坏浇涣髡搲?,廣大熱心網(wǎng)友會(huì)為你解答!! 點(diǎn)擊進(jìn)入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號(hào)