Ejemplo
Vista Previa
<!doctype html> <html> <head> <title>Prueba de Bootstrap 5</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous"> </head> <body> <div class="container"> <h1>Tutorial de Bootstrap 5 <span class="badge rounded-pill bg-warning">Nuevo</span></h1> <button type="button" class="btn btn-primary"> Mensajes<span class="badge bg-danger ms-1">4</span> </button> </div> </body> </html>
No tiene disponible el navegador la capacidad de iframe