-
Which element is used to create multi-line text input?
-
- radio button
- submit
- textarea
- text
- None of these
Correct Option: C
For creating multi-line text input we use <textarea> element. This is not empty element i.e. it requires both opening tag and closing tag. The cols attribute defines a width of the text area. The row attributes the number of rows that the textarea can require.