Horje
Browsers Support of HTML <textarea> cols Attribute
The HTML <textarea> cols attribute, which specifies the visible width of the text area in average character widths, has broad and long-standing browser support.
 

Supported Browsers and Versions:

  • Google Chrome: Version 1 and above.
  • Microsoft Edge: Version 12 and above (including earlier versions of Internet Explorer from version 6 onwards).
  • Mozilla Firefox: Version 1 and above.
  • Opera: Version 12.1 and above.
  • Apple Safari: Version 4 and above.
     
This wide support means the cols attribute is a reliable way to define the initial visual width of a <textarea> element across virtually all modern and many older web browsers. While CSS can also be used to control the width, the cols attribute provides a fundamental sizing hint, especially for scenarios where CSS might be disabled or overridden.
 

Learn HTML <textarea> cols Attribute






html browsers support

Type:
Develop
Category:
Web Tutorial
Sub Category:
HTML Browser Support
Uploaded by:
Admin