← Back to Tag Glossary

<textarea>

Forms & Interactive

Creates a multi-line, scrollable text input box.

Common Attributes

  • rows Configures the element's custom rows parameter.
  • cols Configures the element's custom cols parameter.
  • placeholder Configures the element's custom placeholder parameter.
  • required Configures the element's custom required parameter.
  • name Configures the element's custom name parameter.
interactive-example.html
Live Preview