What is Bootstrap?

后端 未结 9 960
南旧
南旧 2020-11-30 16:08

There are a lot of questions here related to Bootstrap. I see a lot of people using it. So I tried to research it, and I found the official Bootstrap site, but there was onl

相关标签:
9条回答
  • 2020-11-30 16:42

    Bootstrap is an open-source CSS, JavaScript framework that was originally developed for twitter application by twitter's team of designers and developers. Then they released it for open-source. Being a longtime user of twitter bootstrap I find that its one of the best for designing mobile ready responsive websites. Many CSS and Javascript plugins are available for designing your website in no time. It's kind of rapid template design framework. Some people complain that the bootstrap CSS files are heavy and take time to load but these claims are made by lazy people. You don't have to keep the complete bootstrap.css in your website. You always have the option to remove the styles for components that you do not need for your website. For example, if you are only using basic components like forms and buttons then you can remove other components like accordions etc from the main CSS file. To start dabbling in bootstrap you can download the basic templates and components from getbootstrap site and let the magic happen.

    0 讨论(0)
  • 2020-11-30 16:47

    Bootstrap is an open-source Javascript framework developed by the team at Twitter. It is a combination of HTML, CSS, and Javascript code designed to help build user interface components. Bootstrap was also programmed to support both HTML5 and CSS3.

    Also it is called Front-end-framework.

    Bootstrap is a free collection of tools for creating a websites and web applications.

    It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.

    Some Reasons for programmers preferred Bootstrap Framework

    1. Easy to get started

    2. Great grid system

    3. Base styling for most HTML elements(Typography,Code,Tables,Forms,Buttons,Images,Icons)

    4. Extensive list of components

    5. Bundled Javascript plugins

    Taken from About Bootstrap Framework

    0 讨论(0)
  • 2020-11-30 16:48

    Bootstrap is the world’s most popular and widely used open-source framework for developing with HTML, CSS, and JS. It is a front end framework of HTML. Bootstrap helps in building responsive websites or web applications and a 12-column grid system that helps dynamically adjust the website to a suitable screen resolution. The current version of bootstrap is 4.3.1 and the bootstrap team has also officially announced Bootstrap 5 version and changes like removing jquery from bootstrap. Some of the crucial reasons why bootstrap framework is most preferable are

    • It is easy to use

    • Bootstrap has a big community support

    • Customizations can be done easily

    • It increases development speed

    • Responsiveness

      For more details, you can check the official website: https://getbootstrap.com/

    Source: https://vmokshagroup.com/blog/bootstrap-advantages/

    0 讨论(0)
提交回复
热议问题