In this tutorial, We will introduce you about the disabled attribute of the <textarea> tag in html5
In this tutorial, We will introduce you about the disabled attribute of the <textarea> tag in html5In this tutorial, We will introduce you about the disabled attribute of the <textarea> tag in html5. This attribute is used to specify that the control is disabled or not. The user can not able to edit or input in the textarea.The disabled control is read only.
The attribute is used as in the <textarea> tag:
<textarea disabled="value">Text Here</textarea> |
This attribute have following possible values.
Example: disabled_attribute.html
<!DOCTYPE html>Output:
Difference between html4.01 and html5
This attribute is new in the html5.