Please send questions to
st10@humboldt.edu .
<html>
<!-- try_textarea1.html
adapted from HTML Tutorial at
http://www.w3schools.com/html/showit.asp?filename=tryhtml_textarea
adapted by: Sharon Tuttle
last modified: 11-09-06
-->
<head>
<title> Playing with a text area
</head>
<body>
<h3> Playing with a text area </h3>
<h4> (adapted example from HTML Tutorial at
http://www.w3schools.com/html/showit.asp?filename=tryhtml_textarea)
</h4>
<form method="post"
action="http://redwood.humboldt.edu/~st10/comments_survey.php">
</p>
<textarea name="comments" rows="10" cols="30">
The cat was sleeping on Katherine's pillow.
</textarea> <br>
<br><br>
<input type="submit" value="submit">
</form>
</body>
</html>