HTML Textarea Generator

A textarea allows users to enter a plain multi-line text used typically in forms to submit long form content.

Preview

Properties

Code

<textarea class="text-area" name="text" id="myParagraph" placeholder="Type your paragraph here..." minlength="0" maxlength="400" cols="40" rows="3">
  Hello world!
</textarea>