Home > Article > Web Front-end > What does bootstrap feature mean?
#What do bootstrap features mean?
The characteristics of bootstrap are cross-device, cross-browser, responsive layout, comprehensive components provided, built-in jquery plug-in, support for html5/css3, etc.
1. Cross-device, cross-browser
Can be compatible with all modern browsers, including the more criticized IE7 and 8
2 .Responsive layout
not only supports various resolutions on the PC side, but also supports responsive switching display on mobile pads and mobile phone screens.
3. Comprehensive components provided
bootstrap provides highly practical components, including: navigation, labels, toolbars, buttons, etc. for developers to use
4. Built-in jquery plug-in
Bootstrap provides many practical JQuery plug-ins, which facilitate developers to implement various conventional special effects in WEB. So Bootstrap relies on JQuery
5. It supports html5 css3
HTML5 semantic tags and CSS3 attributes, which can be well supported.
6. Support less dynamic styles
(version 4.0 uses SASS in late August 2015)
Related recommendations: " bootstrap tutorial》
The above is the detailed content of What does bootstrap feature mean?. For more information, please follow other related articles on the PHP Chinese website!