There are several methods to include Bootstrap:
CDN (Content Delivery Network):
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
Package Managers:
npm install bootstrapyarn add bootstrapDownload and Host Locally: Download compiled CSS and JS files from the official website
Source Files: Download Sass source files for custom builds