1. Question: Which plugin is used to create a tooltip?

    A
    Modal

    B
    Dialog Box

    C
    Tooltip

    D
    Popup

    Note: Not available
    1. Report
  2. Question: Which contextual class indicates a succesful or positive action?

    A
    .text-info

    B
    .text-warning

    C
    .text-success

    D
    .text-primary

    Note: Not available
    1. Report
  3. Question: Which contextual class indicates a dangerous or potentially negative action?

    A
    .text-danger

    B
    .text-warning

    C
    .text-info

    D
    .text-primary

    Note: Not available
    1. Report
  4. Question: Which class indicates uppercased text?

    A
    .ucase

    B
    .uppercase

    C
    .text-uppercase

    D
    .text-capitalize

    Note: Not available
    1. Report
  5. Question: Which of the following class applies the hover color to a particular row or cell of a table?

    A
    .active

    B
    .success

    C
    .warning

    D
    .danger

    Note: Not available
    1. Report
  6. Question: Which of the following bootstrap style helps to combine sets of <div class=”btn-group”> into a <div class=”btn-toolbar”> for more complex components?

    A
    .btn-group

    B
    .btn-toolbar

    C
    .btn-group-lg

    D
    .btn-group-vertical

    Note: Not available
    1. Report
  7. Question: Which of the following bootstrap style can be used to to get different size items of .pagination?

    A
    .lg, .sm

    B
    .pagination-lg, .pagination-sm

    C
    .menu-lg, .menu-sm

    D
    None of the above.

    Note: Not available
    1. Report
  8. 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
  9. 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
  10. 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
Copyright © 2025. Powered by Intellect Software Ltd