Textarea
•The textarea tag creates an area where the user can submit multiple lines of text.
•<textarea > …</textarea> attributes:
–name
–Rows (default is 2)
–Cols (width in characters) (default is 20)
•