Textarea

Similar to Textfield but allows multi-lined input.

Syntax:

<textarea>...</textarea>

Here, ... represents text you want to appear inside the textarea.

Attributes:

  • width How wide the textarea will be in pixel.

  • height How tall the textarea will be in pixel.

Last updated