Pager is also a form of pagination (as described in the previous chapter).
Pager provides previous and next buttons (links).
To create previous/next buttons, add the .pager
class to an <ul>
element:
<ul class="pager">
<li><a href="#">Previous</a></li>
<li><a href="#">Next</a></li>
</ul>
Use the .previous
and .next
classes to align each button to the sides of the page:
<ul class="pager">
<li class="previous"><a href="#">Previous</a></li>
<li class="next"><a href="#">Next</a></li>
</ul>
For a complete reference of all navigation classes, go to our complete Bootstrap Navigation Reference.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!