mentoor.io
HTML

HTML

How do you create a multi-line text input field?

Use the <textarea> tag.

<textarea rows="4" cols="50"></textarea>
/ 30