Text Areas - The <textarea> Tag

Text areas are used to capture more than one line of information at a time. To create a text area, use the <textarea> </textarea> tags. The contents of the text area is between the two tags.

The main attributes for a text area are:

Example:

<textarea name='S1' rows='10' cols='20'></textarea>