textarea HTML
HTML <textarea> Tag The <textarea> tag in HTML is used to specify a multi-line input control. It allows to insertion of multiple-line text in a form. The size of this tag can also be specified, and to serve this purpose we can either use the “rows” or “cols” attribute or we can use CSS. Example: … Read more