font white code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
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>
<p style="color:blue;">This paragraph is blue.</p>
<p style="color: [name od color e.g. 'blue' or hex code e.g. '#ffffff']">
Hi, I'm coloured </p>