Computer Science, asked by adas9009, 11 months ago

Multiline create input control

Answers

Answered by Zisha7
1

Answer:

To create a multi-line text input, use the HTML <textarea> tag. You can set the size of a text area using the cols and rows attributes. It is used within a form, to allow users to input text over multiple rows. Specifies that on page load the text area should automatically get focus.

Similar questions