1. Question: Bootstrap-5 is mobile-first.

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: The Bootstrap grid system works across multiple devices.

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: Which of the following is correct about Bootstrap Media Query?

    A
    Media queries have two parts, a device specification and then a size rule.

    B
    Media Queries in Bootstrap allow you to move, show and hide content based on the viewport size.

    C
    Both of the above.

    D
    None of the above.

    Note: Not available
    1. Report
  4. Question: Which of the following is correct about data-placement Data attribute of Popover Plugin?

    A
    Applies a CSS fade transition to the popover.

    B
    Inserts HTML into the popover. If false, jQuery's text method will be used to insert content into the dom.

    C
    Specifies how to position the popover.

    D
    Delegates to the specified targets.

    Note: Not available
    1. Report
  5. Question: The Bootstrap 5 grid system is based on how many columns?

    A
    12

    B
    3

    C
    9

    D
    6

    Note: Not available
    1. Report
  6. Question: Which of the following is correct about Bootstrap Grid System?

    A
    Predefined grid classes like .row and .col-xs-4 are available for quickly making grid layouts. LESS mixins can also be used for more semantic layouts.

    B
    Columns create gutters (gaps between column content) via padding. That padding is offset in rows for the first and the last column via negative margin on .rows.

    C
    Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three .col-xs-4.

    D
    All of the above.

    Note: Not available
    1. Report
  7. Question: Which of the following is correct about Bootstrap jumbotron?

    A
    This component can optionally increase the size of headings and add a lot of margin for landing page content.

    B
    To use the Jumbotron: Create a container <div> with the class of .jumbotron.

    C
    Both of the above.

    D
    None of the above.

    Note: Not available
    1. Report
  8. Question: Which of the following is correct about bootstrap media objects?

    A
    These are abstract object styles for building various types of components (like blog comments, Tweets, etc.) that feature a left-aligned or right-aligned image alongside the textual content.

    B
    The goal of the media object is to make the code for developing these blocks of information drastically shorter.

    C
    Both of the above.

    D
    None of the above.

    Note: Not available
    1. Report
  9. Question: Which of the following is correct about data-remote Data attribute of Modal Plugin?

    A
    It specifies static for a backdrop, if you don’t want the modal to be closed when the user clicks outside of the modal.

    B
    It closes the modal when escape key is pressed; set to false to disable.

    C
    It shows the modal when initialized.

    D
    Using the jQuery .load method, injects content into the modal body. If anhref with a valid URL is added, it will load that content.

    Note: Not available
    1. Report
  10. Question: Which of the following is correct about data-trigger Data attribute of popover Plugin?

    A
    Sets the default title value if the title attribute isn’t present.

    B
    Defines how the popover is triggered.

    C
    Defines default content value if data-content attribute isn’t present

    D
    Delays showing and hiding the popover in ms.

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd