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"> <div class="btn-group"> <button type="button" class="btn btn-primary">1</button> <button type="button" class="btn btn-primary">2</button> <button type="button" class="btn btn-primary">3</button> </div> <hr> <div class="btn-toolbar"> <div class="btn-group me-3"> <button type="button" class="btn btn-primary">uno</button> <button type="button" class="btn btn-primary">dos</button> <button type="button" class="btn btn-primary">tres</button> <button type="button" class="btn btn-primary">cuatro</button> </div> <div class="btn-group"> <button type="button" class="btn btn-primary">one</button> <button type="button" class="btn btn-primary">two</button> <button type="button" class="btn btn-primary">three</button> <button type="button" class="btn btn-primary">four</button> </div> </div> </div> </body> </html>
No tiene disponible el navegador la capacidad de iframe