What Bootstrap class is used to group form controls and labels for inline forms?
- 'form-horizontal'
- 'form-inline'
- 'form-group'
- 'inline-group'
The 'form-inline' class is used in Bootstrap to create inline forms, grouping form controls and labels horizontally. 'form-group' is used for vertical grouping in regular forms.
Loading...
Related Quiz
- How would you implement event handling for a dynamically loaded Bootstrap accordion?
- Browsers that do not support HTML5 elements can be made compatible using '___'.
- Creating a dark mode theme in Bootstrap involves customizing the '___' SASS variables.
- In SASS, the ___ directive is often used to override Bootstrap's variables before importing Bootstrap's SASS files.
- What is the role of the 'data-toggle' attribute in Bootstrap's JavaScript components?