Which components are there in bootstrap?
Answer / Srutica Tyagi
Bootstrap offers a wide range of components like buttons, forms, navigation, cards, modals, carousels, and grids. Each component is designed to be easily customizable and can help developers create visually appealing web applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Bootstrap and Foundation?
Tell me what do you understand about responsive websites?
Tell me which class is used to draw a toolbar of buttons?
Tell me how will you create a vertical pills navigation menu?
Tell me what are different shapes for image in bootstrap?
Define fluid layout.
Would you tell me something about glyphicons and how are they written in our code?
About bootstrap 4 pagination?
What is bootstrap framework and why it is used?
Bootstrap multiple form types i.e. Horizontal, inline and basic have similar views when they are viewed under 768px devices? Yes or no explain?
What is fluid layout in bootstrap?
Tell me what is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?