我想在textarea中的几个单词/阶段以不同的颜色出现......我将如何做到这一点?下面是一个例子,我想要绿色这个词出现绿色等等......
<textarea style="width: 100%; height: 100%; resize: none;">
Is it possible to have multiple colors in a textarea?
How would i set certain phases or words to be different colors?
"Green"
"Red"
"Blue"
</textarea>
Run Code Online (Sandbox Code Playgroud)