A simple textarea:
The <textarea> tag defines a multi-line text input control.
A text area can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier).
The size of a textarea can be specified by the cols and rows attributes, or even better; through CSS' height and width properties.
HTML5 has some new attributes: autofocus, form, maxlength, placeholder, required, and wrap.
The <textarea> tag also supports the Standard Attributes in HTML5.
The <textarea> tag also supports the Event Attributes in HTML5.
Your Query was successfully sent!