2015-11-01 93 views

回答

0

使用下面的CSS代碼,你可以改變背景顏色

textarea { 
    background-color: green; } 

或樣式的標籤添加到文本區域

<textarea style="background-color:red;"></textarea> 
0
<textarea style="background-color: blue; font-family:Verdana; font-size:14px; color:yellow;"> 
</textarea> 

更改背景和字體。