Multiline text input

Notes:

HTML - textarea tag:
How to create text area in html?
How to create multi line input box in html?
When to create text area in html?
HTML textarea tag: is a paired tag
attributes:
rows : number
cols : number
wrap: hard or soft

Interview Questions:

1. HTML textarea tag is an unpaired tag?
a. yes
b. no
Answer: b