HTML 参考手册
HTML <font> color 属性
CSS - 实例:设置文本的颜色
源代码:
点击运行 »
<!DOCTYPE html> <html> <body> <p style="color:red">This is some text!</p> </body> </html>
运行结果:
点击运行 »