Welcome to Bootstrap 5

Bootstrap is a powerful, feature-packed frontend toolkit. Build anything—from prototype to production—in minutes.

Getting Started

Bootstrap 5 is the newest version of Bootstrap, which is the most popular HTML, CSS, and JavaScript framework for creating responsive, mobile-first websites.

Key Features of Bootstrap 5:

  • Responsive grid system
  • Extensive pre-built components
  • Powerful utility classes
  • JavaScript plugins
  • No jQuery dependency (unlike Bootstrap 4)
  • Improved customization options

How to Include Bootstrap:

You can include Bootstrap in your project using CDN (as shown in this example) or by downloading and including the files directly.

<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">

<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>

Explore More

Check out the other pages to learn about specific aspects of Bootstrap 5:

Components

Explore Bootstrap's UI components like buttons, cards, and more.

Learn Components
Layout

Master Bootstrap's powerful grid system and responsive layouts.

Learn Layout
Utilities

Discover utility classes for spacing, colors, and more.

Learn Utilities

Bootstrap 5 vs Bootstrap 4

Key differences:

  • Dropped jQuery dependency
  • Improved grid system
  • New utilities and components
  • Enhanced form elements
  • RTL support
  • Updated color system