Suppose I have a container:
This is a red apple
How to color a word \"red\" with red color? Some
You should use the span tag to surround the word "red"
Then select this span using
#container span { color: red; }