xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML <font> color 属性使用-基础教程(div.cn)</title>
</head>
<body>
<p><font color="red">This is some text!</font></p>
<p><font color="blue">This is some text!</font></p>
<p>HTML5不支持color属性,请改用CSS代替。</p>
</body>
</html>