Home
HTML
HTML Form elements
Tryit: HTML textarea element
Run ❯
zig
.
com
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
Textarea
The textarea element defines a multi-line input field.
<textarea name="message" rows="10" cols="30">The cat was playing in the garden.</textarea>