<html>
<body>
<table border="1">
<tr bgcolor="#FF0000">
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</table>
<p>在 HTML 4.01 中,不赞成使用 tr 元素的 bgcolor 属性;在 XHTML 1.0 Strict DTD 中,不支持 tr 元素的 bgcolor 属性。请使用 CSS 代替。</p>
</body>
</html>