Bootstrap Framework Quiz 4 Bootstrap Framework Quiz 4 Bootstrap LESS is Custom version of bootstrapCSS + Variables + functions + MixinsBoth of the aboveNone of theseNested carousels (sliders) are supported in bootstrap? Yes NotMay be some time……. Indicate the current page's location within a navigational hierarchy.Breadcrumbs PagerPagination AllNavigation base class is?.nav.navbar.navigationAllData-something binds the ……. With HtmlJavascriptCssBootstrapAll of the aboveClass prefix for extra small devices .Col-xs-.Col-sm-.Col-md-.Col-lg-Media queries are used in LESS files to create the key breakpoints in the Bootstrap grid system. Select Media Query for Small devices?@media (min-width: @screen-sm-min) {}@media (min-width: @screen-md-min) {}@media (min-width: @screen-lg-min) {}No media query for small devicesSelect Media Query for small or tablet devices?@media (min-width: @screen-sm-min) {}@media (min-width: @screen-md-min) {}@media (min-width: @screen-lg-min) {}No media query for small devicesWhat class do use bootstrap to add multiple buttons as inline fashion stacked together?.btn-group.button-group.button.btn-inlineBootstrap plugins are accessible using the included------APIDataJQuery CSSJavaScript