Text areas are used to enter multiple lines of text into a form.

The size of the area is defined by attributes rows and cols.

Syntax:

<textarea cols="" rows=""></textarea>

Attributes:

Example

HTML textarea element:

 

›› go to examples ››