bootstrap

Textarea

Textarea

When numerous lines of input are required, the textarea is used. As needed, change the rows attribute (fewer rows = smaller box, more rows = larger box).

<form role = "form">
      <divclass = "form-group">
           <labelfor = "name">Text Area</label>
            <textarea class = "form-control" rows = "3"></textarea>
<     /div>
   </form>