CSU 10.4.1

Example of initial text in TEXTAREA.

<FORM action="http://example.com" method="post">
<TEXTAREA name=yourname rows="20" cols="80">
Please enter your name here.
</TEXTAREA>
<INPUT type="submit" value="Send"><INPUT type="reset">
</FORM>