A text area with a specified height and width:
![]()
The cols attribute is supported in all major browsers.
The cols attribute specifies the visible width of a text area.
Tip: The size of a textarea can also be set by the CSS height and width properties.
NONE.
| Value | Description |
|---|---|
| number | Specifies the width of the text area (in average character width). Default value is 20 |
HTML <textarea> tag
Your message has been sent to W3Schools.