YouTip LogoYouTip

Att Textarea Cols

## HTML ` ### Definition and Usage The `cols` attribute defines the visible width (in average character widths) of a text area. **Note:** The `cols` attribute is used together with the `rows` attribute to define the size of the text area. If you want to set the width in pixels, use the CSS `width` property instead. ### Browser Support The `cols` attribute is supported by all browsers. ### Syntax