HTML | DOM Textarea readOnly Property
The DOM Textarea readOnly Property is used to set or return that the text in the textarea should be readOnly or not. If it is readOnly then the content cannot be modified but it can be copied.Syntax: It is used to return the readOnly property.textareaObject.readOnlyIt is used to set the readOnly pro