Answers for "html how to change the font color of a specific word"

2

how to give color to text in html

HTML color to text
<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>
Posted by: Guest on December-01-2020
2

how to change font color in html

<p style="color: red;">This is paragraph in RED color</p>
Posted by: Guest on February-26-2021

Code answers related to "html how to change the font color of a specific word"

Browse Popular Code Answers by Language