Which tag is used to allow multiple lines of text in a single input item?
Answers
Answered by
5
Answer:
<textarea> tag
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
6
Answer:
text area tag
plz follow me
Similar questions