how to change color for parts of text in html code example
Example: how to change text color using only html
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>