Example 4 - A textarea.

Notice that the text is wrapped inside the textarea and there is a scrollbar.


Textarea code

      <textarea name="araComments_1">
      This is the text that will initially be displayed in the textarea.

      It has line breaks in it, and is long enough to be wider than the textarea.
      </textarea>

Note: Some <p> tags are not shown.