代码编辑器:
x
1
<table border="1">
2
<tr bgcolor="#FF0000">
3
<th>Month</th>
4
<th>Savings</th>
5
</tr>
6
<tr>
7
<td>January</td>
8
<td>$100</td>
9
</tr>
10
</table>
11
12
<p><b>提示:</b> 如果所有浏览器要显示相同颜色,要使用十六进制的颜色代码。</p>
13
<p>在 HTML 4中 bgcolor 属性已废弃,HTML5 已不支持该属性,可以使用 CSS 代替。</p>
14
15
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
16