Bootstrap CDN
CDN stands for Content Delivery Network or Content Distribution Network. It helps us to improve the rendering time and website performance.
Bootstrap CDN is a free content delivery network that helps us to quickly load Bootstrap CSS, Javascript, and jQuery libraries on our projects to make projects responsive, mobile friendly, and attractive.
Bootstrap CDN Link and scripts
CSS link
Copy-paste the below CSS link to the <head> section of your code.
JavaScript
Jquery library
Note: Without an internet connection, we can’t use the Bootstrap CDN.
How to use Bootstrap CDN
The below example shows that how we can use Bootstrap CDN on our code.
Code:
Next TopicBootstrap Spinners