Answers for "how to change font color of p tag in html"

1

how to change font color in html

<p style="color: red;">This is paragraph in RED color</p>
Posted by: Guest on February-26-2021
1

html text color tag

<p style="color:lime;">lime</p>
Posted by: Guest on April-05-2021

Browse Popular Code Answers by Language