Home » HTML » HTML Forms » Question
  1. Which element is used to create multi-line text input?
    1. radio button
    2. submit
    3. textarea
    4. text
    5. 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.



Your comments will be displayed only after manual approval.