The disabled attribute represents a disabled text area. In a disabled text area, the content cannot be modified and the value cannot be passed in the request.
The readonly attribute specifies that the text area is read-only. In a read-only text area, the content cannot be modified. Values can be passed in requests.
The specific usage is as follows: