How do I disable the resizable property of a textarea?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How do I disable the resizable property of a textarea:
The
<textarea>
element is often used in a form, to collect user inputs like comments or reviews. A text area can hold an unlimited number of characters, and the text renders in a fixed-width font.The size of a text area is specified by the cols and rows attributes.How to create <textarea> :
Disable Resizing of Textarea: