I'm working on creating a mini wiki page on my website that will have a table of contents at the top. Users can click on a link in the table of contents and it will automatically scroll down to the relevant section of the page. I know this involves using either HTML or CSS, but I can't seem to remember how to do it.
I used to be familiar with this feature, but I am currently unable to find any information on how to implement it.
In essence, my question is about using an <a>
tag in HTML to create a smooth scrolling effect when clicked.