InterviewSolution
| 1. |
What comes under the Bootstrap package? |
|
Answer» A Bootstrap package includes reusable components, plugins, JQUERY plugins, etc. Bootstrap is an open source framework for designing responsive websites with HTML, JavaScript and CSS. Developed by Twitter in 2011, it is a front-end framework for easier web development. Let us SEE what all comes under the Bootstrap package:
jQuery is a JavaScript library. Bootstrap has 12 custom jQuery plugins, such as Modal, Dropdown, Tab, Tooltip, Alert, Collapse, Affix, etc. You can include these plugins individually or all at once and EXTEND more functionalities to the website.
The global CSS settings are part of the Bootstrap PACKAGES. It has extendable classes and enhanced grid system as well.
Bootstrap comes with Grid System, link styles, etc and all this comes under the Bootstrap package.
Bootstrap has lot of components to add more functionalities to your website. Some of the examples include, navbar, alerts, iconography, NAVIGATION, dropdowns, pagination, badges, labels, etc.
Bootstrap allow you to customize components, jQuery plugins etc. Customize them accordingly and work with what you want from the component or plugin. |
|