Computer Science, asked by srishtisingh267, 5 months ago

Which tag adds a multi-line text box on the form area?


do not spam otherwise you will be reported ​

Answers

Answered by shubhamoybiswas05
3

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).

Similar questions