使用 Bootstrap previous 类来左对齐链接


在 Bootstrap 中使用 .previous 类来左对齐链接。你可以尝试运行以下代码来实现 .previous 类 -

示例

 运行示例

<!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>
      <h3>Answers</h3>
      <br>
         <ul class = "pager">
            <li class = "previous"><a href = "#">← Older</a></li>
            <li class = "next"><a href = "#">Newer →</a></li>
         </ul>
   </body>
</html>

更新日期:2020 年 6 月 12 日

77 次浏览

开启你的职业生涯

学完课程即可获得证书

开始学习
广告