Answers for "font colour html css"

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

text color in html

<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>
Posted by: Guest on October-06-2020

Browse Popular Code Answers by Language