Bootstrap Quiz | Set-3
Question 1 |
Which of the below is a flexible and extensible content container in bootstrap?
Footer | |
Flexbox | |
Cards | |
Spinner |
Discuss it
A card in bootstrap is a flexible container. It contains different options to set header and footer. and it contained a lot of options like background image, display option, etc.
Question 2 |
Tool | |
List Groups | |
Tooltip | |
Toast |
Discuss it
Question 3 |
Which class is used to display additional information about any element and is displayed on click of mouse pointer over that element.
Popover | |
Scrollspy | |
Typography | |
Grid |
Discuss it
The popover provides additional information about any element and is displayed with a click of a mouse pointer over that element. It displays additional information about any element.
Question 4 |
Which bootstrap class is used to create something like an alert dialog that disappears in a short time?
Toast | |
Alert | |
Timer | |
Navs |
Discuss it
Toast in bootstrap is used to push notifications to visitors by creating something like an alert box that is shown for a couple of seconds.
Question 5 |
media-left | |
media-right | |
media-body | |
All of the above |
Discuss it
Question 6 |
<div id="d-flex p-2"></div> | |
<div id="d-fixp-2"></div> | |
<div id="flex p-2"></div> | |
<div id="d-flex p-2"></div> |
Discuss it
Question 7 |
List group | |
Typography | |
Popover | |
None of the above |
Discuss it
Question 8 |
It is used to set different icons on a webpage. | |
It is used for Removing different icons on the page. | |
It is used for Selecting different icons on the page. | |
None of the above. |
Discuss it
Question 9 |
In Bootstrap 4 .col-LG is used to-
To make width size | |
To make height size | |
To make width and height both | |
To make character entry size |
Discuss it
In Bootstrap 4 .col-lg is responsive class for large devices. It is used to to specify width size.
Question 10 |
Which of the following bootstrap styles can be used to create a Stacked progress bar?
Stacked form | |
Striped form | |
Rounded form | |
None of the above |
Discuss it
Stacked form is the form property in which creates the input field and submit button in a stacked format.