Style a Textarea with Bootstrap

Style a textarea

Form control which supports multiple lines of text. Change rows attribute as necessary.


<!DOCTYPE HTML>
<html> 
<head> 
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!--from  w w w.  j a  v a 2  s . c om-->
<body style='margin:20px;'>

    <form class="form-horizontal">
    <textarea class="form-control" rows="3"></textarea>
    </form>
        
</body>
</html>

Click to view the demo





















Home »
  Bootstrap »
    Example »




Accordion
Alert
Auto Complete
Badge
Breadcrum
Button
Carousel
Collapse
Dialog
Dropdown
Form
Icon
Jumbotron
Label
Layout
List
List Group
Media
Navigation Bar
Pager
Page Header
Panel
Paragraph
Pills
Popover
ProgressBar
ScrollSpy
Switch
Tab
Table
Thumnail
Tooltip
Tree
Well