- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Form Layouts in Bootstrap
The following are the form layouts provided by Bootstrap −
Vertical form
The basic form structure comes with Bootstrap; individual form controls automatically receive some global styling.
In-line form
To create a form where all of the elements are inline, left aligned and labels are alongside, add the class .form-inline to the <form> tag
Horizontal form
Horizontal forms stand apart from the others not only in the amount of markup but also in the presentation of the form
- Related Articles
- Bootstrap form structure
- Bootstrap Inline Form
- Bootstrap Horizontal Form
- Bootstrap Form CheckBox
- Bootstrap Form Input
- Bootstrap Form select
- Bootstrap Form Label
- Bootstrap Form TextArea
- HTML Layouts
- Bootstrap Form Radio Button
- Bootstrap Form Control States
- Android UI Layouts
- Bootstrap .form-control-static class
- CSS3 Flexible Box Layouts
- Form the element as a circle in Bootstrap

Advertisements