Back to Concepts
<textarea>
Multiline text input.
The `<textarea>` tag defines a multi-line text input control. The `<textarea>` element is often used in a form, to collect user inputs like comments or reviews.
Live Example & Code
Preview Output
<textarea name="message" rows="10" cols="30">The cat was playing in the garden.</textarea>