I am making a page on my website that is kind of like a mini wiki. By that I mean I am having a page of information. At the top, I want a table of contents, where you click a link and it scrolls down. I think this would be html, but it might be css.
I used to know how to do this, but I can't remember, nor can I seem to find how to do it anywhere.
So to sum the question up, I want to use an <a>
tag in html to, when clicked, scroll to a spot on the page.