This document contains 23 multiple choice questions about Bootstrap, an open-source front-end framework for developing responsive mobile-first websites and web applications. Some key points covered include disabling scrolling, using modals without JavaScript, icon classes, responsive layouts using columns, customizing Bootstrap using SASS, and properties of tables, media queries, and other components. The questions test knowledge of Bootstrap's core functionality and capabilities.
This document contains 23 multiple choice questions about Bootstrap, an open-source front-end framework for developing responsive mobile-first websites and web applications. Some key points covered include disabling scrolling, using modals without JavaScript, icon classes, responsive layouts using columns, customizing Bootstrap using SASS, and properties of tables, media queries, and other components. The questions test knowledge of Bootstrap's core functionality and capabilities.
1. It is possible to disable scrolling on a bootstrap webpage.
a. True b. False 2. It is easier to display a modal window without Javascript. a. True b. False 3. A Web Developer can use an icon class on the label element. a. True b. False 4. It is ideal to have JavaScript in the body section. a. True b. False 5. Which of the following Bootstrap statement is true? a. It is hard to get started b. It is templating system c. It is a new version of JavaScript d. All of these 6. Which of the following options allows downloading Bootstrap without the source code or documentation? a. Precompiled b. Source c. SaaS d. None of these 7. Which of the following file naming conventions indicates minified and compiled files in the Bootstrap structure? a. Bootstrap.*.min b. Bootstrap.min.* c. Bootstrapmin.* d. Bootstrap.min* 8. Which of the following properties ensures that the page shall fit into the screen of the target device? a. Viewport b. Initial-Scale c. Device-width d. Width 9. Which of the following contains two different forms of verbs for handling plugin actions? a. Events b. Data attributes c. Programmatic API d. Only HTML components 10. There can be unlimited row as well as column in a Bootstrap layout. a. True b. False 11. Bootstrap allows capitalizing all letters in a text. a. True b. False 12. Which of the following values of the class attribute in div class will result in three columns spanning up to 12 columns in a row? a. Col-xs-5, .col-xs-4, .col-xs-5 b. Col-xs-5, .col-xs-5, .col-xs-2 c. Col-xs-4, .col-xs-4, .col-xs-2 d. None of these 13. Which of the following statements is true about a responsive layout in Bootstrap? a. It has predefined classes b. Columns tend to hold the content c. It comes with media queries for hiding content as per the viewport’s size d. All of these 14. The .col-md-* class targets _______. a. Medium devices of size 1000 pixels and up b. Medium devices of size 992 pixels and up c. Medium devices of size 950 pixels and up d. Medium devices of size 900 pixels and up 15. The jumbotron component can extend over ________. a. Any Element b. Whole Viewport c. Any Text d. Modal 16. Which of the following elements allows adding an inline text in a .h1 header? a. <small> b. <abbr> c. <dl> d. None of these 17. Bootstrap 3 allows including device-specific styles in a single Webpage. a. True b. False 18. There is a custom builder for building one’s own Bootstrap version. a. True b. False 19. Which of the following properties does a media query helps in determining in Bootstrap 3? a. Viewport’s Width b. Screen’s resolution c. Device’s height d. All of these 20. Which of the following classes is not added to the base .table class? a. .table-bordered b. .table-hover c. .table-responsive d. None of these 21. The _________ class is used to make a compact Bootstrap table. a. .table-compact b. .table-condensed c. .table-sm d. .table-Is 22. Which of the following statements is true about customizing Bbootstrap? a. The SASS version allows compiling custom CSS b. It allows changing the core CSS c. It allows overriding the core CSS d. All of these 23. Which of the following effect is well suited to the content of a Webpage? a. Round Borders b. Grey Background c. Border on all sides d. Collapsed text