
- 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 Mobile First Strategy?
Answer : D
Explanation
All of the above options are correct.
Q 2 - Which of the following class indicates a successful or positive action?
Answer : B
Explanation
.success − Indicates a successful or positive action.
Q 3 - Which of the following bootstrap style of button indicates a successful or positive action?
Answer : C
Explanation
.btn-success − Indicates a successful or positive action.
Q 4 - Which of the following bootstrap style of button makes the button size extra small?
Answer : C
Explanation
.btn-xs − This makes the button size extra small.
Q 5 - Which of the following bootstrap style is used to add text to .navbar?
Answer : A
Explanation
To wrap strings of text in an element use the class .navbar-text. This is usually used with <p> tag for proper leading and color.
Q 6 - Which of the following bootstrap style can be used to customize .pagination links?
B - .pagination-active, .pagination-disabled
Answer : A
Explanation
You can customize links by using .disabled for unclickable links and .active to indicate the current page.
Q 7 - Which of the following is correct about Bootstrap badges?
A - Badges are similar to labels; the primary difference is that the corners are more rounded.
B - Badges are mainly used to highlight new or unread items.
C - To use badges just add <span class="badge"> to links, Bootstrap navs, and more.
Answer : D
Explanation
All of the above options are correct.
Q 8 - Which of the following class can be used to add a footer to a panel?
Answer : A
Explanation
You can add footers to panels, by wrapping buttons or secondary text in a <div> containing class .panel-footer.
Q 9 - Which of the following is correct about data-html 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 : B
Explanation
data-html − Inserts HTML into the tooltip. If false, jQuery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks.
Q 10 - Which of the following is correct about data-delay Data attribute of Tooltip Plugin?
A - Sets the default title value if the title attribute isn't present.
B - Defines how the tooltip is triggered.
C - Defines default content value if data-content attribute isn't present
Answer : D
Explanation
data-delay − Delays showing and hiding the tooltip in ms , does not apply to manual trigger type. If a number is supplied, delay is applied to both hide/show.