textarea css background color code example
Example 1: change background input css
input[type="text"], textarea {
background-color : #d1d1d1;
}
Example 2: html textarea background text
<textarea rows="5" cols="30" placeholder="enter optional message"></textarea>