The <textarea> tag defines a multi-line text input control that can hold an unlimited number of characters rendered in a fixed-width font. The size of the text area can be specified with the cols and rows attributes or through CSS height and width properties. The <textarea> tag supports attributes like autofocus, cols, rows, maxlength, name, placeholder, readonly, required and more to configure the text area.