p tag color change in html code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 2: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>
<p style="color:blue;">This paragraph is blue.</p>
<font face="yourfont">
Lorem Ipsum
</font>