What is bootstrap? What it does
Bootstrap is a front-end framework for rapid development of web applications and websites. Bootstrap is based on HTML, CSS, and JAVASCRIPT.
ootstrap was developed by Mark Otto and Jacob Thornton at Twitter. Bootstrap is an open source product released on GitHub in August 2011.
Why use Bootstrap?
Mobile-first: Starting with Bootstrap 3, the framework includes mobile-first styles throughout the library.
Browser support: All major browsers support Bootstrap.
Internet Explorer Firefox Opera Google Chrome Safari
Easy to get started: As long as you have basic knowledge of HTML and CSS, you can start learning Bootstrap.
Responsive design: Bootstrap’s responsive CSS can adapt to desktops, tablets, and mobile phones. For more information about responsive design, see Bootstrap Responsive Design.
It provides a concise and unified solution for developers to create interfaces.
It contains powerful built-in components and is easy to customize.
It also provides web-based customization.
It is open source.
Bootstrap function:
Use the styles and components it provides to quickly write websites
You only need to reference some defined classes, that is, class Name, you can create a web page that already has a very beautiful style, and it supports self-adaptation, so it is a very good framework.
Related recommendations: "bootstrap tutorial"
The above is the detailed content of What is bootstrap? what does it do. For more information, please follow other related articles on the PHP Chinese website!