How many validation styles for states of on-form controls does Bootstrap have?
6 0.0%
5 0.0%
4 0.0%
3 100.0%
What does the following HTML code do? <span class="badge">...</span>
It indicates dropdown functionality and direction. 0.0%
It utilizes the micro clearfix. 0.0%
It highlights new or unread items. 100.0%
It extends the entire viewport. 0.0%
What does the following HTML code do? <span class="caret"></span>
It generates a close icon for dismissing content like modals and alerts. 0.0%
It utilizes the micro clearfix. 0.0%
It indicates dropdown functionality and direction. 100.0%
It indicates back button functionality. 0.0%
What is the default amount of time delay between automatically cycling items in a carousel?
2000 0.0%
3000 0.0%
5000 100.0%
None of these 0.0%
Which of the following are helper classes?
.close 35.0%
.badge 1.0%
.caret 31.0%
.clearfix 31.0%
Which of the following are not Bootstrap plugins?
transition 0.0%
tocible 52.0%
tooltip 0.0%
boilerplate 47.0%
Which of the following are not options of the method $().tooltip(options)?
animation 2.0%
delay 2.0%
backdrop 53.0%
show 42.0%
Which of the following classes are contextual classes?
.success 32.0%
.warning 34.0%
.error 0.0%
.danger 32.0%
Which of the following classes will make tables scroll up horizontally when width of the view is under 768px?
.table 0.0%
.table-striped 0.0%
.table-condensed 0.0%
.table-responsive 100.0%
.table-scrollable 0.0%
Which of the following colors is the default hover background color of the table row?
#f9f9f9 0.0%
#f5f5f5 100.0%
#ddd 0.0%
#66afe9 0.0%
Which of the following components is used to indicate the current page's location within a navigational hierarchy?
navs 0.0%
breadcrumbs 100.0%
pagination 0.0%
navbar 0.0%
progress bars 0.0%
Which of the following is not a Bootstrap component?
Glyphicons 0.0%
Breadcrumbs 0.0%
Dropdowns 0.0%
Pivottable 100.0%
Which of the following is the correct description of the given table? <table class="table"> ... </table>
It has light padding and only horizontal dividers with an enabled hover state on table rows within a <tbody>. 0.0%
It has zebra-striping enabled on any table row within the <tbody>, 0.0%
It has light padding and only horizontal dividers. 100.0%
It is compacted by cutting cell padding in half. 0.0%
Which of the following LESS variables does not belong to the Navbar component?
@navbar-margin-bottom 0.0%
@navbar-border-radius 0.0%
@navbar-padding-horizontal 0.0%
@navbar-default-height 100.0%
Which of the following statements are correct with regards passing options? A) Options can be passed via data attributes or JavaScript. B) For data attributes, the option name has to be appended t...
A and B 0.0%
A and D 0.0%
C 0.0%
A and C 100.0%
Which of the following statements is correct about using the Collapse plugin? A) The Transitions plugin must be included. B) The Popover plugin must be included.
Statement A is true while Statement B is false. 100.0%
Statement B is true while Statement A is false. 0.0%
Both statements are true. 0.0%
Both statements are false. 0.0%
Which of the following will correctly call a dialog prompt?
$('#myModal').modal() 0.0%
$('#myModal').modal({ keyboard: false }) 0.0%
$('#myModal').modal('show') 0.0%
All of these 100.0%
Which of the following will set a modal window to be closed when the escape key is pressed?
Setting the option "backdrop" to true 0.0%
Setting the option "backdrop" to static 0.0%
Setting the option "keyboard" to true 100.0%
Setting the option "escape" to true 0.0%
Which of the following will set a modal window to not be closed on click?
Setting the option "backdrop" to true 0.0%
Setting the option "backdrop" to static 100.0%
Setting the option "keyboard" to true 0.0%
None of these 0.0%
Which type of trigger cannot be used with the "delay" option to show and hide a popover?
click 0.0%
hover 0.0%
focus 0.0%
manual 100.0%