html code tag give text color code example
Example 1: how to give color to text in html
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>