1. Question: Which of the following classes are contextual classes?

    A
    .success

    B
    .warning

    C
    .error

    D
    .danger

    Note: Not available
    1. Report
  2. Question: Which of the following classes will make tables scroll up horizontally when width of the view is under 768px?

    A
    .table

    B
    .table-striped

    C
    .table-condensed

    D
    .table-responsive

    E
    .table-scrollable

    Note: Not available
    1. Report
  3. Question: Which of the following will correctly call a dialog prompt?

    A
    $(‘#myModal’).modal()

    B
    $(‘#myModal’).modal({keyboard:false})

    C
    $(‘#myModal’).modal(‘show’)

    D
    All

    Note: Not available
    1. Report
  4. Question: Which of the following LESS variables does not belong to the Navbar component?

    A
    @navbar-margin-bottom

    B
    @navbar-border-radius

    C
    @navbar-padding-horizontal

    D
    @navbar-default-height

    Note: Not available
    1. Report
  5. Question: What does the following HTML code do? <span class=”badge”>…</span>

    A
    It indicates dropdown functionality and direction

    B
    It utilizes the micro clearfix.

    C
    It highlights new or unread items.

    D
    It extends the entire viewport.

    Note: Not available
    1. Report
  6. Question: Which type of trigger cannot be used with the “delay” option to show and hide a popover?

    A
    click

    B
    hover

    C
    focus

    D
    manual

    Note: Not available
    1. Report
  7. Question: How many validation styles for states of on-form controls does Bootstrap have?

    A
    6

    B
    5

    C
    4

    D
    3

    Note: Not available
    1. Report
  8. Question: Which of the following statements is correct about using the collapse plugin? i) The Transitions plugin must be included. ii) The popover plugin must be included.

    A
    Statement A is true while Statement B is false.

    B
    Statement A is true while Statement B is false.

    C
    Both statements are true.

    D
    Both statement are false.

    Note: Not available
    1. Report
  9. Question: Which of the following is the correct description of the given table? <table class=”table”> … </table>

    A
    It has light padding and only horizontal dividers with an enabled hover state on table rows within a <tbody>

    B
    It has zebra-striping enabled on any table row within the <tbody>.

    C
    It has light padding and only horizontal dividers.

    D
    It is compacted by cutting cell padding in half.

    Note: Not available
    1. Report
  10. Question: Which of the following will set a modal window to not be closed on click?

    A
    Setting the option “backdrop” to true

    B
    Setting the option “backdrop” to static

    C
    Setting the option “keyboard” to true

    D
    None

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