If your web page has a lot of content, you need to use paging.
To create a basic paging feature, you need to use the It can be found in the If you need to set a page that is not clickable, you need to use the In the first and last one We can add to the < ul > outer layer Breadcrumb navigation is used to show the navigation structure of the current page. In Subnavigation is very useful when it comes to page switching. In
In recent years, Geographic Information Systems (GIS) have undergone rapid development in both theoretical and practical dimensions. GIS has been widely applied for modeling and decision-making support across various fields such as urban management, regional planning, and environmental remediation, establishing geographic information as a vital component of the information era. The introduction of the “Digital Earth” concept has further accelerated the advancement of GIS, which serves as its technical foundation. Concurrently, scholars have been dedicated to theoretical research in areas like spatial cognition, spatial data uncertainty, and the formalization of spatial relationships. This reflects the dual nature of GIS as both an applied technology and an academic discipline, with the two aspects forming a mutually reinforcing cycle of progress. Add to the element
.pagination Class: 8.17.1. Example ¶
<ul class="pagination">
<li><a href="#">1a>li>
<li><a href="#">2a>li>
<li><a href="#">3a>li>
<li><a href="#">4a>li>
<li><a href="#">5a>li>
ul>
Current page ¶
Plus .current Class to label the current page: 8.17.2. Example ¶
<ul class="pagination">
<li class="current"><a href="#">1a>li>
<li><a href="#">2a>li>
<li><a href="#">3a>li>
<li><a href="#">4a>li>
<li><a href="#">5a>li>
ul>
Disable paging ¶
.unavailable Class: 8.17.3. Example ¶
<ul class="pagination">
<li><a href="#">1a>li>
<li><a href="#">2a>li>
<li class="unavailable"><a href="#">3a>li>
<li><a href="#">4a>li>
<li><a href="#">5a>li>
ul>
Paging direction ¶
Add on the element .arrow Class inserts HTML entity symbols « And » To create a paging direction symbol: 8.17.4. Example ¶
<ul class="pagination">
<li class="arrow"><a href="#">«a>li>
<li><a href="#">1a>li>
<li><a href="#">2a>li>
<li><a href="#">3a>li>
<li><a href="#">4a>li>
<li><a href="#">5a>li>
<li class="arrow"><a href="#">»a>li>
ul>
Page centered display ¶
.pagination-centered Class to achieve paging centered display: 8.17.5. Example ¶
<div class="pagination-centered">
<ul class="pagination">
<li class="arrow"><a href="#">«a>li>
<li class="current"><a href="#">1a>li>
<li><a href="#">2a>li>
<li><a href="#">3a>li>
<li><a href="#">4a>li>
<li><a href="#">5a>li>
<li class="arrow"><a href="#">»a>li>
ul>
div>
Bread crumb navigation ¶
Add on the element
.breadcrumbs Class to implement bread crumb navigation. You can add it on < li >. .current Or .unavailable Class to set the current page and unclickable effects: 8.17.6. Example ¶
<ul class="breadcrumbs">
<li><a href="#">Homea>li>
<li><a href="#">Privatea>li>
<li class="unavailable"><a href="#">Picturesa>li>
<li class="current">Vacationli>
ul>
Sub-navigation ¶
Add on the element
.sub-nav Class to create subnavigation. In Add .active Class: 8.17.7. Example ¶
<dl class="sub-nav">
<dt>Filter:dt>
<dd class="active"><a href="#">Alla>dd>
<dd><a href="#">Activea>dd>
<dd><a href="#">Pendinga>dd>
<dd><a href="#">Suspendeda>dd>
dl>
Principles, Technologies, and Methods of Geographic Information Systems
102