Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

You can assign text color, font size, background color by style sheet in textarea


Code Block
languagexml
<textarea cols=80 rows=24 style="background-color:black;color:yellow;font-size:11px;">
Hello, world!
</textarea>

...