English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
<textarea> The Disabled attribute is a boolean attribute. The Disabled attribute specifies that the text area should be disabled. A disabled text area is not available and the text cannot be selected (cannot be copied).
A disabled textarea text area box:
<textarea disabled> At oldtoolbag.com will learn how to make a website. We offer free tutorials in all web development technologies. </textarea>Test See ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the disabled attribute.
The Disabled attribute is a boolean attribute.
The Disabled attribute specifies that the text area should be disabled.
Disabled text area is not available, and the text cannot be selected (cannot be copied).
Can set the Disabled attribute to make the text area unavailable to the user until certain other conditions are met (such as checking a checkbox, etc.). Then, JavaScript can remove the disabled value and make the text area available.
None.
In XHTML, attribute abbreviations are prohibited, and the disabled attribute must be defined as <textarea disabled="disabled">.
<textarea disabled>HTML <textarea> tag