In HTML, how to create a multi-line text input field?
The HTML <textarea> element represents a multi-line plain-text editing control in browser. The following code creates a text area with 4 lines of approximately 33 characters:
<textarea rows="5" cols="33">Default text</textarea>
Depending on you browser, the previous code should display something like:
The HTML <textarea> element represents a multi-line plain-text editing control in browser. The following code creates a text area with 4 lines of approximately 33 characters:
<textarea rows="5" cols="33">Default text</textarea>
Depending on you browser, the previous code should display something like:
The HTML <textarea> element represents a multi-line plain-text editing control in browser. The following code creates a text area with 4 lines of 33 characters:
<textarea rows="5" cols="33">Default text</textarea>
Depending on you browser, the previous code should display something like:
| # | ID | Query | URL | Count |
|---|---|---|---|---|
| 0 | 12648 | en | https://en.ans.wiki/291/in-html-how-to-create-a-multi-minus-line-text-input-field | 8 |