The HTML tag is used to specify a multiline text input is
A<TEXT>
B<TEXTAREA>
C<P>
D<DIV>
Answer:
B. <TEXTAREA>
Read Explanation:
The <textarea> tag defines a multi-line text input control. The <textarea> element is often used in a form, to collect user inputs like comments or reviews.