Bootstrap .pagination 類


使用 .pagination 類,您可在網頁上分頁。

您可以嘗試執行以下程式碼以實現 .pagination 類 −

示例

 即時演示

<!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>
      <h2>Coding Examples</h2>
      <p>The following are the examples:</p>
      <ul class = "pagination">
         <li><a href = "#">«</a></li>
         <li><a href = "#">Code1</a></li>
         <li><a href = "#">Code2</a></li>
         <li><a href = "#">Code3</a></li>
         <li><a href = "#">»</a></li>
      </ul>
   </body>
</html>

更新於: 2020 年 6 月 12 日

320 次瀏覽

開啟你的 職業

透過完成課程獲得認證

開始學習
廣告
© . All rights reserved.