实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<basefont color="red">
5
</head>
6
7
<body>
8
<h1>This is a header</h1>
9
<p>This is a paragraph</p>
10
11
<p><b>Note:</b> If using color names, different browsers may render different colors, and Firefox have problems if the attribute value is in RGB code (will not display correct color).</p>
12
13
<p><b>Tip:</b> To produce equal results in all browsers, always use hex code to specify colors.</p>
14
15
<p>However, the color attribute was deprecated in HTML 4, and is not supported in HTML 4.01 Strict DTD or in XHTML 1.0 Strict DTD. Use CSS instead.</p>
16
17
</body>
18
</html>