javascript - Previous and Next button for a html page -


i'm creating 10 html pages in website. have previous , next navigation button/link in pages.so how can this?

if yours static website 10 pages navigate 2 , fro, add manual navigation links.

<a href="prev-page.html"> previous page </a>  <a href="next-page.html"> next page </a>  

however if not static there many pagination scripts can handy. google it.


Comments