Text Area Element
If you’re acquainted with blogs, you must have seen a large text box under a blog post where users provide their comments. This box is a multi-line input control and is defined using its own tag called <textarea>. It can hold an unlimited number of characters and is specified by cols and rows attributes. The cols attribute, measured in numbers of characters, sets the width of the text area. The rows attribute indicates the height of the text area. The browser automatically adds a scroll bar when the text crosses the row attribute limit.
Learn the HTML5 language in this tutorial series. These tutorials are designed for new programmers to provide them thorough knowledge of full stack web development.