Forms
<textarea>
A multi-line plain-text editing control.
<textarea>
A multi-line plain-text editing control.
Syntax
<textarea></textarea>
Example
<textarea class="example">Content here</textarea>
Notes
Semantic HTML helps screen readers and search engines understand your content.
Try It Yourself
Experiment with this element in the BrowserCode Playground.