Difference between revisions of "Web Elements"


(Steps)
Line 36: Line 36:
 
   </div>
 
   </div>
 
</div>
 
</div>
 +
</html>
 +
 +
===Pagination===
 +
 +
<html>
 +
<nav class="pagination is-small" role="navigation" aria-label="pagination">
 +
  <a class="pagination-previous">Previous</a>
 +
  <a class="pagination-next">Next page</a>
 +
  <ul class="pagination-list">
 +
    <li><a class="pagination-link" aria-label="Goto page 1">1</a></li>
 +
    <li><span class="pagination-ellipsis">&hellip;</span></li>
 +
    <li><a class="pagination-link" aria-label="Goto page 45">45</a></li>
 +
    <li><a class="pagination-link is-current" aria-label="Page 46" aria-current="page">46</a></li>
 +
    <li><a class="pagination-link" aria-label="Goto page 47">47</a></li>
 +
    <li><span class="pagination-ellipsis">&hellip;</span></li>
 +
    <li><a class="pagination-link" aria-label="Goto page 86">86</a></li>
 +
  </ul>
 +
</nav>
 
</html>
 
</html>
  

Revision as of 14:01, 14 August 2019

Download Box

spectre-docs.pdf
14MB•Public•1 Jan, 2017

Steps

1

Step 1

This is the first step of the process.

2

Step 2

This is the second step. You get here once you have completed the first step.

3

Step 3

This is the third step. One more step before the end.

Pagination

Templates