Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<body>
<div class="w3-container">
<h2>Pagination</h2>
<p>The w3-bar class can also be used to create next/previous buttons:</p>
<div class="w3-bar w3-border w3-round">
  <a href="#" class="w3-button">&#10094; Previous</a>
  <a href="#" class="w3-button w3-right">Next &#10095;</a>
</div>
<br>  
<div class="w3-bar w3-border">
  <a href="#" class="w3-button w3-border-right">&#10094;</a>
  <a href="#" class="w3-button w3-border-left w3-right">&#10095;</a>
</div>
</div>
</body>
<!-- Mirrored from www.mdssup.ma/w3css/tryit.asp?filename=tryw3css_pagination_prevnext by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 14:29:45 GMT -->
</html>