实例代码
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8" />
<title>开创者教程(kaicz.com)</title>
</head>
<body>
<p style="color: #FF0000;">这段文字是红色的。</p>
<p style="color: #00FF00;">这段文字是绿色的。</p>
<p style="color: #0000FF;">这段文字是蓝色的。</p>
</body>
</html>