[Solved] Previous and Next button for a html page [closed]


If yours is a Static Website with just 10 pages to navigate two and fro, Add the manual navigation links.

<a href="https://stackoverflow.com/questions/16395963/prev-page.html"> Previous Page </a> 
<a href="next-page.html"> Next Page </a> 

However if its not static there are many Pagination scripts that can be handy. just Google it.

solved Previous and Next button for a html page [closed]