back

Text Area

Tag: <textarea>

A text area is a multi-line field that the user can type text into; this text is then submitted with a form.
Inside the opening tag the attributes: 'rows' and 'cols' are added to define the size of the field.
The text area is closed with the closing tag </textarea>

Example