- Bootstrap Tutorial
- Bootstrap - Home
- Bootstrap - Overview
- Bootstrap - Environment Setup
- Bootstrap with CSS
- Bootstrap - Grid System
- Bootstrap - CSS Overview
- Bootstrap - Typography
- Bootstrap - Code
- Bootstrap - Tables
- Bootstrap - Forms
- Bootstrap - Buttons
- Bootstrap - Images
- Bootstrap - Helper Classes
- Bootstrap - Responsive utilities
- Bootstrap Layout Components
- Bootstrap - Glyphicons
- Bootstrap - Dropdowns
- Bootstrap - Button Groups
- Bootstrap - Button Dropdowns
- Bootstrap - Input Groups
- Bootstrap - Navigation Elements
- Bootstrap - Navbar
- Bootstrap - Breadcrumb
- Bootstrap - Pagination
- Bootstrap - Labels
- Bootstrap - Badges
- Bootstrap - Jumbotron
- Bootstrap - Page Header
- Bootstrap - Thumbnails
- Bootstrap - Alerts
- Bootstrap - Progress Bars
- Bootstrap - Media Object
- Bootstrap - List Group
- Bootstrap - Panels
- Bootstrap - Wells
- Bootstrap Plugins
- Bootstrap - Plugins Overview
- Bootstrap - Transition Plugin
- Bootstrap - Modal Plugin
- Bootstrap - Dropdown Plugin
- Bootstrap - Scrollspy Plugin
- Bootstrap - Tab Plugin
- Bootstrap - Tooltip Plugin
- Bootstrap - Popover Plugin
- Bootstrap - Alert Plugin
- Bootstrap - Button Plugin
- Bootstrap - Collapse Plugin
- Bootstrap - Carousel Plugin
- Bootstrap - Affix Plugin
- Bootstrap Demos
- Bootstrap - Grid Demo
- Bootstrap - Table Demo
- Bootstrap - Form Demo
- Bootstrap - Buttons Demo
- Bootstrap - Images Demo
- Bootstrap - Responsive Demo
- Bootstrap - Navigation Demo
- Bootstrap - Blog Demo
- Bootstrap - Material Design Demo
- Bootstrap - Slider Demo
- Bootstrap - Time line Demo
- Bootstrap - Alert Demo
- Bootstrap - Admin Interface Demo
- Bootstrap - Ajax Demo
- Bootstrap - Tabbed slider Demo
- Bootstrap - Caption Demo
- Bootstrap - Map Demo
- Bootstrap - Calendar Demo
- Bootstrap - Social Icons Demo
- Bootstrap - Icons Demo
- Bootstrap - featured Demo
- Bootstrap Useful Resources
- Bootstrap - Questions and Answers
- Bootstrap - Quick Guide
- Bootstrap - Useful Resources
- Bootstrap - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Bootstrap - Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to Bootstrap Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Q 1 - Which of the following is correct about Bootstrap Media Query?
A - Media query is a really fancy term for "conditional CSS rule".
Answer : C
Explanation
Both of the above options are correct.
Q 2 - Which of the following class styles a table with a light gray background to rows while the cursor hovers over them?
Answer : D
Explanation
By adding the .table-hover class, a light gray background will be added to rows while the cursor hovers over them.
Q 3 - Which of the following bootstrap style of button deemphasize a button by making it look like a link while maintaining button behavior?
Answer : C
Explanation
.btn-link − Deemphasize a button by making it look like a link while maintaining button behavior.
Q 4 - Which of the following bootstrap style of button creates block level buttons that span the full width of a parent?
Answer : D
Explanation
.btn-block − This creates block level buttons that span the full width of a parent.
Q 5 - Which of the following bootstrap styles are used to create a tabbed navigation?
Answer : A
Explanation
To create a tabbed navigation .menu: Start with a basic unordered list with the base class of .nav and add class .nav-tabs.
Q 6 - Which of the following bootstrap style is used to add standard links to .navbar?
Answer : A
Explanation
If you want to use the standard links that are not within the regular .navbar navigation component, then use the class .navbar-link to add proper colors for the default and inverse .navbar options.
Q 7 - Which of the following bootstrap styles can be used to create a Stacked progress bar?
Answer : B
Explanation
You can even stack multiple progress bars. Place the multiple progress bars into the same .progress to stack them.
Q 8 - Which of the following is correct about Transition Plugin?
A - Transition.js is a basic helper for transitionEnd events as well as a CSS transition emulator.
Answer : C
Explanation
Both of the above options are correct.
Q 9 - Which of the following is correct about data-placement Data attribute of Tooltip Plugin?
A - Applies a CSS fade transition to the tooltip.
C - Specifies how to position the tooltip (i.e., top|bottom|left|right|auto).
Answer : C
Explanation
data-placement − Specifies how to position the tooltip (i.e., top|bottom|left|right|auto).
Q 10 - Which of the following is correct about data-animation Data attribute of Popover Plugin?
A - Applies a CSS fade transition to the popover.
C - Specifies how to position the popover (i.e., top|bottom|left|right|auto).
Answer : A
Explanation
data-animation − Applies a CSS fade transition to the popover.