Twitter Bootstrap Test
How many validation styles for states of on-form controls does Bootstrap have?
What does the following HTML code do? <span class="badge">...</span>
What does the following HTML code do? <span class="caret"></span>
What is the default amount of time delay between automatically cycling items in a carousel?
Which of the following are helper classes?
Which of the following are not Bootstrap plugins?
Which of the following are not options of the method $().tooltip(options)?
Which of the following classes are contextual classes?
Which of the following classes will make tables scroll up horizontally when width of the view is under 768px?
Which of the following colors is the default hover background color of the table row?
Which of the following components is used to indicate the current page's location within a navigational hierarchy?
Which of the following is not a Bootstrap component?
Which of the following is the correct description of the given table? <table class="table"> ... </table>
Which of the following LESS variables does not belong to the Navbar component?
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...
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.
Which of the following will correctly call a dialog prompt?
Which of the following will set a modal window to be closed when the escape key is pressed?
Which of the following will set a modal window to not be closed on click?
Which type of trigger cannot be used with the "delay" option to show and hide a popover?