Bootstrap Quiz | Set-2
Question 1 |
.btn-hyperlink | |
.btn-link | |
.btn-anchor | |
None of the above |
Discuss it
Question 2 |
.table-bordered | |
.table-responsive | |
.table-striped | |
.table-condensed |
Discuss it
Question 3 |
.well-sm | |
.well-xl | |
.well-md | |
None of the above |
Discuss it
Question 4 |
.img-crop | |
.img-thumb | |
.img-thumbnail-image | |
.img-thumbnail |
Discuss it
Question 5 |
panel-primary | |
panel-success | |
panel-info | |
All of the above |
Discuss it
Question 6 |
Which contextual class in bootstrap indicates that successful action ?
.text-warning | |
.text-primary | |
.text-success | |
None of these |
Discuss it
The .text-success is the contextual class in bootstrap which indicates successful or positive action.
Question 7 |
Which class applies the hover color to a particular row or cell of a table in bootstrap ?
.warning | |
.danger | |
.active | |
.success |
Discuss it
The .active class applies the hover color to a particular row or cell of a table in bootstrap. It shows the element that is currently viewed
Question 8 |
Fixed layout | |
Fluid layout | |
Constraint layout | |
Linear layout |
Discuss it
Question 9 |
What is the global default font-size and line-height?
15px, 1.428 | |
14px, 1.5 | |
14px, 1.428 | |
None of the above |
Discuss it
In bootstrap the global default font size is 14px and line height is 1.428.
Question 10 |
Which bootstrap property used to get different size items for .pagination ?
.menu-lg, .lg-sm | |
.pagination-lg, .pagination-sm | |
.menu-lg, .menu-sm | |
None of the above. |
Discuss it
The .pagination-lg, .pagination-sm in bootstrap is used to get different size items for .pagination where lg means large screen and sm means small screen.