Bootstrap 按钮组类


使用类 .btn-group 来创建按钮组。

你可以尝试运行下面的代码来实现 btn-group 类 −

示例

在线演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <p>The following are the buttons:</p>
      <div class = "btn-group">
         <button type = "button" class = "btn btn-default">One</button>
         <button type = "button" class = "btn btn-default">Two</button>
      </div>
   </body>
</html>

更新于: 2020-06-12

145 次浏览

开启你的 事业

完成课程并获得认证

开始
广告