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 av  a2  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 »
    Bootstrap »




Introduction
Basic HTML Style
List
Table
Form
Layout
Navigation Bar
Button
Control