Bootstrap snippet and html example. Alerts with link button

Bootstrap 5.1.3 snippet "Alerts with link button" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.

HTML code

Clean, semantic HTML that powers this Bootstrap 5.1.3 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

 <!-- created by https://www.codesnippets.dev.br/post/como-fazer-alert-boxes-com-buttons-bootstrap-5 -->
    <!-- @BrCodeSnippets -->
    <div class="container mt-3 pt-3">
        <div class="row">
            <div class="col-12">
                <div class="alert alert-primary" role="alert">
                    <span class="fw-bolder">Info</span>
                    A simple primary alert—check it out! <a class="btn btn-primary btn-sm float-end" href="#"> Ação</a>
                </div>
                <div class="alert alert-secondary" role="alert">
                    <span class="fw-bolder">Info</span>
                    A simple secondary alert—check it out! <a class="btn btn-secondary btn-sm float-end" href="#"> Ação</a>
                </div>
                <div class="alert alert-success" role="alert">
                    <span class="fw-bolder">sucess</span>
                    A simple success alert—check it out! <a class="btn btn-success btn-sm float-end" href="#"> Ação</a>
                </div>
                <div class="alert alert-danger" role="alert">
                    <span class="fw-bolder">Erro </span>
                    A simple danger alert—check it out! <a class="btn btn-danger btn-sm float-end" href="#"> Ação</a>
                </div>
                <div class="alert alert-warning" role="alert">
                    <span class="fw-bolder">Aviso</span>
                    A simple warning alert—check it out! <a class="btn btn-warning btn-sm float-end" href="#"> Ação</a>
                </div>
                <div class="alert alert-info" role="alert">
                    <span class="fw-bolder">Info</span>
                    A simple info alert—check it out! <a class="btn btn-info btn-sm float-end" href="#"> Ação</a>
                </div>
                <div class="alert alert-light" role="alert">
                    <span class="fw-bolder">Mensagem</span>
                    A simple light alert—check it out! <a class="btn btn-light btn-sm float-end" href="#"> Ação</a>
                </div>
                <div class="alert alert-dark" role="alert">
                    <span class="fw-bolder">Mensagem</span>
                    A simple dark alert—check it out! <a class="btn btn-dark btn-sm float-end" href="#"> Ação</a>
                </div>
            </div>
        </div>
    </div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 5.1.3 to keep the design, spacing, and responsiveness consistent.

body{margin-top:20px;}

Similar snippets

Bootstrap example and template. preloader page example

preloader page example

Bootstrap example and template. Latest arrivals products

Latest arrivals products

Bootstrap example and template. bs4 shop page

bs4 shop page

Bootstrap example and template. simple user profile presentation social

simple user profile presentation social

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Whatsapp Chat Box POPUP

Whatsapp Chat Box POPUP

Bootstrap example and template. cards with numbers

cards with numbers

Bootstrap example and template. bs4 types of timelines

bs4 types of timelines

FAQ

How do I use this snippet?

Include Bootstrap 5.1.3, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 5.1.3.

Bootstrap example and template. Alerts with link button

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 541+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 5.1.3

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

This code example is based on bootstrap 5.1.3 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working