如何在 HTML 中更改元素的文本颜色?


使用 color 属性在 HTML 中显示文本颜色。

注意 − 此属性在 HTML5 中不受支持。

示例

你可以尝试运行以下代码来学习如何在 HTML 中实现 color 属性 −

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Background Colors</title>
   </head>
   <body>
      <table width = "100%">
         <tr>
            <td>
               <p><font color="blue">This is demo text.</font></p>
            </td>
         </tr>
      </table>
   </body>
</html>

更新于:24-6-2020

8K+ 浏览

开启你的 职业生涯

通过完成课程获得认证

开始
广告