Textarea

Similar to Textfield but allows multi-lined input.
Syntax:
<textarea>...</textarea>Here, ... represents text you want to appear inside the textarea.
Attributes:
widthHow wide the textarea will be in pixel.heightHow tall the textarea will be in pixel.
Last updated
Was this helpful?