Learn Bootstrap 5
Bootstrap 5 is the newest version of Bootstrap, which is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first websites.
This tutorial will teach you Bootstrap 5 from basic to advanced.
Learning by Examples
With our "Try it Yourself" editor, you can edit the Bootstrap code and see the result.
Example
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap 5 Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="container-fluid p-5 bg-primary text-white text-center">
<h1>My First Bootstrap Page</h1>
<p>Resize this responsive page to see the effect!</p>
</div>
<div class="container mt-5">
<div class="row">
<div class="col-sm-4">
<h3>Column 1</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
</div>
<div class="col-sm-4">
<h3>Column 2</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
</div>
<div class="col-sm-4">
<h3>Column 3</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
</div>
</div>
</div>
</body>
</html>Track Your Progress
Create a free Utilizor account to save your learning progress, earn points, and track your streaks.
- View completed tutorials, exercises, and quizzes
- Keep an eye on your progress with daily streaks
- Set goals and create personalized learning paths
Your Learning Dashboard
Bootstrap 5 Progress25%
Daily Goal1/4 Lessons
🔥 1 Day Streak!
Note: This is an optional feature. You can study at Utilizor without creating an account.
Complete Bootstrap 5 Course Outline
BS5 HOME
BS5 Get Started
BS5 Containers
BS5 Grid Basic
BS5 Typography
BS5 Colors
BS5 Tables
BS5 Images
BS5 Jumbotron
BS5 Alerts
BS5 Buttons
BS5 Button Groups
BS5 Badges
BS5 Progress Bars
BS5 Spinners
BS5 Pagination
BS5 List Groups
BS5 Cards
BS5 Dropdowns
BS5 Collapse
BS5 Navs
BS5 Navbar
BS5 Carousel
BS5 Modal
BS5 Tooltip
BS5 Popover
BS5 Toast
BS5 Scrollspy
BS5 Offcanvas
BS5 Utilities
BS5 Dark Mode
BS5 Flex
BS5 Forms
BS5 Select Menus
BS5 Checks and Radios
BS5 Range
BS5 Input Groups
BS5 Floating Labels
BS5 Form Validation
BS5 Grid System
BS5 Stacked/Horizontal
BS5 Grid XSmall
BS5 Grid Small
BS5 Grid Medium
BS5 Grid Large
BS5 Grid XLarge
BS5 Grid XXL
BS5 Grid Examples
BS5 Other
BS5 Basic Template
BS5 Editor
BS5 Exercises
BS5 Quiz
BS5 Syllabus
BS5 Study Plan
BS5 Interview Prep
BS5 Certificate