Open SergeyIsakhanyan opened 1 year ago
textarea
// HTML textarea <div> <label>Enter value : </label> <textarea rows={5} cols={5} /> </div>
Possible features which could be useful:
Description
textarea
is multi-line text input control.textarea
element is often used in a form, to collect user inputs like comments or reviews.textarea
can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier).