What is Bootstrap?

后端 未结 9 985
南旧
南旧 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: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

提交回复
热议问题