How do I color — some but NOT all — text in a sentence, in HTML5? [closed]
Solution 1:
<p>Horses like <span style="color:blue">sober</span> penguins.</p>
The span tag is used for grouping and applying styles to inline elements.
https://www.quackit.com/html_5/tags/html_span_tag.cfm