Answers for "how to change color only for specific text in html"

1

how to change text color using only html

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

Code answers related to "how to change color only for specific text in html"

Browse Popular Code Answers by Language