Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. It is faster and easier. It uses HTML, CSS and Javascript. Bootstrap is completely free to download and use. This tutorial will teach you the basics of Bootstrap Framework using which you can create web projects with ease.
Bootstrap CDN :-
If you don't want to download and Bootstrap files, you can include it from a CDN (Content Delivery Network).
MaxCDN provides CDN support for Bootstrap's CSS and JavaScript. jQuery is required for bootstrap.js so, You must also include jQuery:
MaxCDN provides CDN support for Bootstrap's CSS and JavaScript. jQuery is required for bootstrap.js so, You must also include jQuery:
MaxCDN:
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
!-- Complete JavaScript Bundle --><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
!-- Complete JavaScript Bundle --><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
Take Bootstrap 4 to the next level with official premium themes—toolkits built on Bootstrap with new components and plugins, docs, and build tools