How can you make a <textarea> read-only?
<textarea>
Add the lock attribute
lock
Add the readonly or disabled attribute
readonly
disabled
Add the disabled attribute
Add the readonly attribute