set font color code example
Example 1: text color css
.YourClass {
color: #ff0000;
}
Example 2: html text color
<p style="color: [name od color e.g. 'blue' or hex code e.g. '#ffffff']">
Hi, I'm coloured </p>
.YourClass {
color: #ff0000;
}
<p style="color: [name od color e.g. 'blue' or hex code e.g. '#ffffff']">
Hi, I'm coloured </p>