bootstrap5 cdn

Bootstrap 5 CDN

To use Bootstrap 5 via a CDN, you can include the following link in the head section of your HTML file:

<link href="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/css/bootstrap.min.css" rel="stylesheet">

This will import the Bootstrap 5 CSS file from the CDN and apply it to your webpage