Computer Science, asked by akshatagrawal980, 4 months ago

what is the use of text
area​

Answers

Answered by shoovagni
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).

Similar questions