您的位置:首页 > Web前端 > HTML

HTML 颜色显示方式

2006-02-14 11:57 246 查看
<p style="color:rgb(69%,0%,50%);">test</p>
<p style="color:rgb(255,255,0);"> test </p>
<p style="color:#fff90e;"> test </p>
<p style="color:#ff00;"> test </p>
<p style="color:green;"> test </p>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐