- 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
Bootstrap complex form layout for combined vertical/inline fields with HTML
Bootstrap form for combined vertical/ inline fields −
<div class="row"> <div class="col-md-8"> <div class="row"> <div class="col-md-3"> Left side </div> <div class="col-md-9"> Right side <div class="row"> <div class="col-md-12"> longer forms </div> </div> <div class="row"> <div class="col-md-3"> shorter forms </div> <div class="col-md-3"> shorter forms </div> <div class="col-md-3"> shorter forms </div> <div class="col-md-3"> shorter forms </div> </div> </div> </div> </div> <div class="col-md-4"> Right </div> </div>
- Related Articles
- Bootstrap Inline Form
- Create a form that uses the horizontal layout with Bootstrap
- How to clear HTML form fields with jQuery?
- Create a form where all of the elements are inline with Bootstrap
- Vertical Buttongroup with Bootstrap
- Align labels and groups of form controls in a horizontal layout with Bootstrap
- Inline Subheadings in Bootstrap
- Checkbox-inline Bootstrap class
- Bootstrap .checkbox-inline class
- Bootstrap .radio-inline class
- Container for form input and label with Bootstrap
- Create Three Equal Columns with Bootstrap grid Layout
- Create three unequal Columns with Bootstrap grid layout
- Create two unequal columns with Bootstrap Grid Layout
- How does inline JavaScript work with HTML?

Advertisements