div color text color html code code example
Example: how to give color to text in html
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>