21.) What attribute is used to toggle a Bootstrap modal?
A) modal=”toggle”
B) data-bs-toggle=”modal”
C) toggle=”true”
D) data-show=”modal”
22.) How can you make a Bootstrap button disabled?
A) Use .btn-disabled
B) Add disabled attribute
C) Use .disable-btn
D) Use .btn-off
23.) What Bootstrap class is used to align text inside a card?
A) .card-text
B) .text-align
C) .text-card
D) .align-text
24.) How do you create a Bootstrap breadcrumb navigation?
A) .bread-nav
B) .nav-breadcrumb
C) .breadcrumb
D) .nav-path
25.) Which class is used to add shadows to Bootstrap components?
A) .shadow-sm, .shadow-lg, .shadow-none
B) .box-shadow
C) .shadow-effect
D) .component-shadow
Related