FORMS:   

Text Area fields allow multiple lines of entry to be entered by the user. The user can type from a short sentence to many paragraphs.

<form method="post" action="http://wwwebworks.biz/bit112/showFormData.php" name="initial">

<textarea name="comments" cols="50" rows="2" wrap="VIRTUAL">Place comments here </textarea>

</form>

Click on the links above for further information.

 


Application: Add a textarea field to my_form.html. Change cols to 75, rows to 3, and make the wrap physical.
Example
: Form with a variety of 'text area' fields.