give font to html code example
Example 1: html font size
<span style="font-size:20px;"></span>
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>
<span style="font-size:20px;"></span>
<p style="color: [name od color e.g. 'blue' or hex code e.g. '#ffffff']">
Hi, I'm coloured </p>