Bootstrap Mcqs
Q.1: Bootstrap provides a basic page structure with __ System8
A. Grid
B. Navs
C. Breadcrumbs
D. Forms
Q.2: Which of the following is not a default Bootstrap grid system class?D
A. xs
B. sm
C. xl
D. lg
Q.3: The typographic scale in Bootstrap is based on which of the following Less variables:U
A. @font-size-base
B. @font-size-var
C. @line-height-base
D. @line-height-var
Q.4: When we are adding .img-responsive class to an image, which of the following CSS-properties are applied on that image?v
A. height: 100vh
B. display: block
C. max-width: 100%
D. min-height: 100%
Q.5: When you are using Active tabs, which of the following is the correct code to Select tab by name?b
A. $('#myTab li:eq(2) a').tab('show'); $
B. $('#myTab a:first').tab('show'); !
C. $('#myTab a[href=
D. $('#myTab a:last').tab('show');
Q.6: Which of the following LESS variables does not exist? 6
A. @placeholderText
B. @inputDisabledBackground
C. @inputBorderColor
D. @inputBorder
Q.7: Which of the following LESS variables can be used to define your own number of columns in the grid? ing isj
A. @grid-columns
B. @bootstrap-columns
C. @default-columns
D. @boostrap-grid
Q.8: How do you pass data to a modal in Bootstrap ? /
A. $('#modal_example').on('show.bs.modal', function(e) { var myId = $(e.target.relatedTarget).data('my-id'); $(e.currentTarget).join('input[name=
B. $('#modal_example').on('show.bs.modal', function(e) { var myId = $(e.relatedTarget).data('my-id'); $(e.currentTarget).('input[~
C. $('#modal_example').on('show.bs.modal', function(e) { var myId = (e.relatedTarget).data('my-id'); $(e.currentTarget).('input[name=
D. $('#modal_example').on('show.bs.modal', function(e) { var myId = $(e.relatedTarget).data('my-id'); $(e.currentTarget).find('input[name=
Q.9: Is it possible to hide something from print view just by using Bootstrap CSS classes?U
A. No, JavaScript plugins are needed to hide elements before sending view to printer.R
B. Yes
C. Yes, just add `visible-print` class to html element3
D. No

Related Mcqs

All Subject Mcqs