向 Bootstrap 面板添加标题容器


若想在 Bootstrap 的面板中添加标题容器,请使用 .panel-heading 类

示例

实时演示

<!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>
      <div class = "panel panel-default">
         <div class = "panel-heading">
            Panel heading
         </div>
         <div class = "panel-body">
            Panel content
         </div>
      </div>
   </body>
</html>

更新于:2020-06-12

259 个浏览量

开启你的 职业生涯

通过完成课程获得认证

开始学习
广告
© . All rights reserved.