答案 0 :(得分:0)
使用以下CSS代码,您可以更改背景颜色
textarea {
background-color: green; }
或者在文本区域添加样式标记
<textarea style="background-color:red;"></textarea>
答案 1 :(得分:0)
<textarea style="background-color: blue; font-family:Verdana; font-size:14px; color:yellow;">
</textarea>
更改背景和字体。