Change the color of Text HTML code example
Example 1: how to color in html
<h1 style="color: red;">Hello</h1>
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>
<h1 style="color: red;">Hello</h1>
<p style="color:red;">This paragraph is red.</p>