Home > Article > Web Front-end > what is bootstrap cdn
Bootstrap is a popular web front-end development framework that provides a wealth of basic styles, functional components and JavaScript plug-ins. It is the first choice for quickly building responsive websites. We can refer to the external Bootstrap CDN, which can speed up access and save traffic.
CDN is the abbreviation of Content Delivery Network. Simply put, it is called when Bootstrap hosts its own css, Js and other files on a certain network server for use. If you are not connected to the Internet and cannot use CDN acceleration, you can download the file to a local reference.
Baidu Bootstrap CDN
Loading address:
Uncompressed:
Compression:
Official website: https://github.com/twitter/bootstrap/
Supported versions: 2.0.4, 2.0.3, 2.0.2 , 2.1.1, 2.2.1, 2.3.1, 2.3.2, 3.0.3
If you want to load 2.2.1, go as low as
http://libs .baidu.com/bootstrap/2.2.1/js/bootstrap.min.js
Sina Bootstrap CDN
http://lib.sinaapp.com/? path=/bootstrap
360 Bootstrap CDN
http://libs.useso.com/js.php?path=bootstrap
Bootstrap Chinese site CDN
http://www.bootcdn.cn/bootstrap/
BootstrapCDN
http://www .bootstrapcdn.com/
Related recommendations: "bootstrap tutorial"
The above is the detailed content of what is bootstrap cdn. For more information, please follow other related articles on the PHP Chinese website!