<textarea>: The Textarea element
Read More at MDN DocsView SpecSafe to Use
<textarea>: The Textarea element is considered safe to use.
It’s supported by 94% of global browsers.
Browsers
Version Breakdown
Full Support
Full Support
Full Support
Full Support
Before Firefox 6, when a <textarea> was focused, the insertion point was placed at the end of the text by default. Other major browsers place the insertion point at the beginning of the text.
A default background-image gradient is applied to all <textarea> elements, which can be disabled using background-image: none.
Before Firefox 89, manipulating the content of <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).
Full Support
Before Firefox 6, when a <textarea> was focused, the insertion point was placed at the end of the text by default. Other major browsers place the insertion point at the beginning of the text.
A default background-image gradient is applied to all <textarea> elements, which can be disabled using background-image: none.
Before Firefox 89, manipulating the content of <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).
Full Support
Full Support
Full Support
Full Support
Full Support
Full Support
Unlike other major browsers, a default style of opacity: 0.4 is applied to disabled <textarea> elements.
Full Support
Full Support