Which tag is used to allow multiple lines of text in a single input item
Answers
Answered by
0
Answer:
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. A text area can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier).
Answered by
0
I think the answer is < textarea > tag
Similar questions