Bootstrap CDN Link

Bootstrap:

Bootstrap is the most popular and powerful front-end framework for faster, easier, responsive and mobile friendly web development. Bootstrap uses HTML, CSS and JavaScript for various web and user interface components like Typography, Forms, Buttons, Tables, Navigations, Dropdowns, Alerts, Modals, Tabs, Accordion, and Carousel etc.

Bootstrap cdn link:

CDN: CDN refers to Content Delivery Network.

MaxCDN:

MaxCDN provides CDN support for Bootstrap’s CSS and JavaScript. We must have to include jQuery library.

//Latest compiled and minified CSS
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 
//jQuery library
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
 
//Latest compiled JavaScript
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
Please follow and like us:
Content Protection by DMCA.com