html tag for red text code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>
<p style="color:blue;">This paragraph is blue.</p>
<p style="color:red;">This paragraph is red.</p>