I have these <a href>
buttons in index html and I want to open different pages but when I press the link I need to open the specific part of the second document which is an <article>
.
I'm trying to develop an index.html where I have buttons with articles (like a blog) and when I click in the button it opens the document where the article is written for example technology.html each button goes to the specific article that I have written in that section, not loading from top the document.