element style text color code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 2: js element text color
element.style.color = '#f0f';
<p style="color:blue;">This paragraph is blue.</p>
element.style.color = '#f0f';