Home
HTML
HTML Form elements
Tryit: HTML style textarea
Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Save Code
Ctrl+Alt+A
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
Styling Textarea
Use CSS to change the size of the textarea:
<textarea name="message" style="width:200px; height:600px;">The cat was playing in the garden.</textarea>