In this tutorial, We will introduce you about the readonly attribute of the <textarea> tag in html5. This attribute is used to specify that the input textarea is used only for reading. The user is not able to input any character or editing in the textarea.
The attribute is used as in the <textarea> tag:
| <textarea readonly="value">Text Here</textarea> |
This attribute have following possible values.
Example: readonly_attribute.html
Output:

Difference between html4.01 and html5
This attribute is new in the html5.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.