Consider I have a list of questions. When I click on the first question, it should automatically take me to the bottom of the page.
For a matter of fact, I do know
You can attach any id to reference attribute href of link element:
id
href
Click me
In the example above when user clicks Click me at the bottom of page, navigation navigates to Click me itself.