Making next and previous button in html [on hold]
- by Andy
I am new to html and javascript. My problem is that I have a list of items. An example of the list of item is :
request0
request1
request2
request3
request4
Now I need to make next and previous buttons to navigate through this list.
For example;
If I am currently at request1 and hit the next button request2 should shown. If I hit the previous button it should show resquest0.
This is my very first project in html and javascript. I have no ideas how to implement it.