11.) Which Bootstrap class is used to create a pagination component?
A) .pagination
B) .page-links
C) .paginate-list
D) .nav-pagination
12.) What class is used to create a dark-themed navbar?
A) .nav-dark
B) .navbar-black
C) .navbar-dark bg-dark
D) .navbar-light bg-dark
13.) How do you make a navbar fixed at the bottom?
A) .navbar-bottom
B) .fixed-bottom
C) .sticky-bottom
D) .navbar-fixed-bottom
14.) What Bootstrap class is used to create justified navigation?
A) .nav-align
B) .nav-fill
C) .justify-nav
D) .nav-justified
15.) Which class is used to create a tab-based navigation in Bootstrap?
A) .tab-nav
B) .nav-tabs
C) .tabs-group
D) .navbar-tabs
16.) Which Bootstrap class is used for responsive image alignment?
A) .align-img
B) .img-center
C) .float-start, .float-end, .mx-auto
D) .image-responsive
17.) What is the default breakpoint for .navbar-expand-md?
A) 992px
B) 576px
C) 1200px
D) 768px
18.) How can you change the background color of a Bootstrap navbar?
A) Using .nav-background class
B) Using .bg-* classes like .bg-primary
C) Using .navbar-style class
D) Using .navbar-color class
19.) Which Bootstrap class is used to create a flex-based navigation bar?
A) .d-flex
B) .nav-flexible
C) .flex-navbar
D) .navbar-flex
20.) What class is used to make a Bootstrap navbar transparent?
A) .navbar-transparent
B) .bg-transparent
C) .navbar-clear
D) .nav-glass
Related