![]() |
Browsers Support
The HTML
<textarea>
wrap
attribute enjoys broad support across modern web browsers.Supported Browsers and Versions:
Functionality:
The
wrap
attribute controls how text within a
<textarea>
element is wrapped when submitted in a form. It accepts two primary values:
Note: While
wrap="off"
is sometimes mentioned, its behavior is typically the same as
wrap="soft"
in terms of submitted data, although it might visually prevent wrapping in some older or less common browser configurations, adding a scrollbar instead. |
html browsers support |
Type
: |
Develop |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Browser Support |
Uploaded by
: |
Admin |