adding paragraph in html in different color 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>