Textarea
•Has automatic scrollbar; any amount of text can be entered.
•
•May have  default contents :
•   <textarea name=address cols=40 rows=5>
•  Default contents go here.
•  </textarea> <br>
•
•Newlines are respected. There will be a newline both before and after "Default contents go here."
•
•
•