how to style text in paragraph in css for html code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 2: css font color
color:#ffffff;
<p style="color:blue;">This paragraph is blue.</p>
color:#ffffff;