style text color code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 2: css change text color
p{
color: White;
}
Example 3: font color css
Don't use keywords like green, orange, red or so on because browsers will interpretate them in differen colors. Use rgb or hex instead
Example 4: css font color
color:#ffffff;