css styling text code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 2: text color css
.YourClass {
color: #ff0000;
}
Example 3: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>
Example 4: css font color
color:#ffffff;