I want to create a navigation for the News section on my website, where when the buttons will be clicked it will navigate the user to the next or previous html.
The button must add or remove a number on the end of the html name so if first html is news.html and next button is clicked it should go to news1.html etc.
I suppose this can be achieved with javascript, how do I start?