css font color for em tag 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>