Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page.
Looking to quickly add Bootstrap to your project? Use jsDelivr, a free open sour
Looking to quickly add Bootstrap to your project? Use jsDelivr, a free open source CDN. Using a package manager or need to download the source files? Head to the downloads page.
Copy-paste the stylesheet <link>
into your <head>
before all other stylesheets to load our CSS.
Many of our components require the use of JavaScript to function. Specifically, they require our own JavaScript plugins and Popper. Place one of the following [removed]
s near the end of your pages, right before the closing </body>
tag, to enable them.
Include every Bootstrap JavaScript plugin and dependency with one of our two bundles. Both bootstrap.bundle.js
and bootstrap.bundle.min.js
include Popper for our tooltips and popovers. For more information about what’s included in Bootstrap, please see our contents section.
If you use [removed]
, please refer to our using Bootstrap as a module section.
Curious which components explicitly require our JavaScript and Popper? Click the show components link below. If you’re at all unsure about the general page structure, keep reading for an example page template.