HTML 颜色显示方式

来源:互联网 发布:网络推手需要花多少钱 编辑:程序博客网 时间:2024/05/17 02:04


<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>

原创粉丝点击