Answers for "background color to text in html"

6

how to give color to text in html

HTML color to text
<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>
Posted by: Guest on December-01-2020
0

html paragraph background color

<p style="background-color : green;">Hello World!</p>
Posted by: Guest on February-27-2022

Code answers related to "background color to text in html"

Browse Popular Code Answers by Language