HTML textarea tag
HTML <textarea> tag defines multi-line textarea having height and width as rows and columns. We can apply different attributes on textarea to make it more usable.
<textarea cols="25" rows="9">
It is textarea. It is editable and resizeable by default.But the size can be fixed.
</textarea>
</>
Tag omission
Both starting and ending tags are necessary for the textarea element.
Global Attributes
All the global attributes are applicable on the textarea element.
Next Previous
Was this article helpful?