HTML Textarea Background Image Example

Textarea Background Image Example

<html>
<head>
</head>
<body>
  <textarea cols="23" rows="8" style="background-image:url(../../images/img_nat.png);">
  I like web tutorial because....
  </textarea>
</body>
</html>

Textarea Font Color Example

<html>
<head>
</head>
<body>
  <textarea cols="23" rows="5" style="background-image:url(../../images/img_nat.png);font:18px cursive;color:white;">
  I like web tutorial because....
  </textarea>
</body>
</html>