How to Create a Multi-line Text Input (Text Area) In HTML

In this article, we're going to show how you can create a multi-line text input (also called text area) in HTML.
Below is a multi-line text input in HTML which is very common in forms on the web, such as a website
that is trying to elicit information from a customer:
In a multi-line text input, a user has more space to type in way more characters than he would be able to
with a single-line text field. This comes in use when the user has to enter sentences and sentences of information, or
even paragraphs of information.
Coding
To create the multi-line text input above, the HTML code is: