What Bootstrap class is typically used to create a basic horizontal navigation bar?
- nav
- navbar-default
- navbar
- navbar-nav
The correct class for a basic horizontal navigation bar in Bootstrap is navbar. This class provides the fundamental styling for creating a navigation bar.
Loading...
Related Quiz
- Q1: If you need a three-column layout on a medium device, which 'col-md-' classes will you use for equal width columns?
- The Bootstrap grid system is based on ___ columns.
- Explain how to implement a multi-step form in Bootstrap while ensuring user-friendly navigation and validation.
- To optimize images for mobile-first design, Bootstrap recommends using the 'img-___' class.
- Discuss the implementation of horizontal forms in Bootstrap compared to vertical forms.