HTML Textarea Background Color Example

Textarea Color Example

<html>
<head>
</head>
<body>
  <textarea cols="60" rows="5" style="background-color:orange;">
  I like web tutorial because....
  </textarea>
</body>
</html>

Textarea Color Example

<html>
<head>
</head>
<body>
  <textarea cols="60" rows="5" style="background-color:#99FFFF;">
  I like web tutorial because.....
  </textarea>
</body>
</html>