![Next](next.png)
![Index](index.png)
![Previous](previous.png)
Programs in Bootstrap
3. Bootstrap inline-form example.<html> <head> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <script src="js/jquery.min.js"></script> </head> <body> <form class="form-inline"> <div class="form-group"> <label for="uname">Name</label> <input type="text" class="form-control" id="uname"> </div> <div class="form-group"> <label for="email">Email</label> <input type="email" class="form-control" id="email"> </div> <button type="submit" class="btn btn-primary">Submit</button> </form> <script src="js/bootstrap.min.js"></script> </body> </html>Output :
Father of JavaScript
![Brendan Eich](BrendanEich.jpg)