Example 5 - textarea with rows and cols

Notice that the lines are wrapped to fit, but the extra spaces and blank lines remain.



Textarea code

      <textarea name="araComments_2"
                   rows="5"
                   cols="40">

      The text initially displayed in the textarea is here, between the tags.
      Notice the blank line before this one.

      And   the     spacing  between   words  in   this  sentence.
      Whitespace inside a textarea container is reproduced exactly.
      </textarea>