English, asked by Karan2229, 8 months ago

What is the correct HTML for making a text area?

Answers

Answered by RohanKarmakar
1

Definition and Usage

The <textarea> tag defines a multi-line text input control.

A text area can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier).

The size of a text area can be specified by the cols and rows attributes, or even better; through CSS' height and width properties.

Similar questions