input elements can only be text fields with a single line. To create a multiple-line text area, we use the textarea element.
Create a text area using the <textarea> and </textarea> tags.
Make sure to place the opening tag before the closing tag: <textarea></textarea>.