292 HTML th bgcolor 属性 291 HTML th axis 属性 293 HTML th char 属性 HTML <th> bgcolor 属性 实例 给表头单元格添加背景颜色: <table border="1"> <tr> <th bgcolor="#FF0000">Month</th> <th bgcolor="#00FF00">Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table> 试一试 浏览器支持 所有主流浏览器都支持 bgcolor 属性。 定义和用法 HTML5 不支持 <th> bgcolor 属性。请使用 CSS 代替。 在 HTML 4.01 中,<th> 的 bgcolor 属性 已废弃。 bgcolor 属性规定表头单元格的背景颜色。 语法 <th bgcolor="color_name|hex_number|rgb_number"> 属性值 值 描述 color_name 规定颜色值为颜色名称的背景颜色(比如 "red")。 hex_number 规定颜色值为十六进制值的背景颜色(比如 "#ff0000")。 rgb_number 规定颜色值为 rgb 代码的背景颜色(比如 "rgb(255,0,0)")。 291 HTML th axis 属性 293 HTML th char 属性