Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which element is used to create multi-line text input?

a) text
b) textarea
c) submit
d) radio button

Answer: b
Explanation: 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.

Join The Discussion