text color and font html code example
Example 1: how to give color to text in html
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
Example 2: how to change font colour in html
<font color="red">
Lorem Ipsum
</font>