搜索文档
首页
HTML/CSS
JavaScript
服务端开发
Java教程
移动端
数据库
当前位置:
首页
HTML/CSS
HTML参考手册
HTML 属性
源代码
清空
点击运行
<!DOCTYPE html> <html> <head> <title>HTML:<basefont> color 属性 - 大卫编程网 div.cn</title> <basefont color="red"> </head> <body> <h1>This is a heading</h1> <p>This is a paragraph.</p> <p>The color attribute is not supported in HTML5. Use CSS instead.</p> </html>
运行结果