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