I am trying to use a '#' in the URL to navigate to certain parts of a page and don't even know where to start or what it is called.
I will give you an example:
Most FAQ pages have all the questions as links at the top of the page. When you click the link, it adds a '#' to the URL and navigates the page down to the exact Answer to the Question while staying on the same page.
I cannot figure out if it is done by simple html tricks or maybe javascript?
I want to implement it on my website, but I cannot figure out how it works.
Any ideas or links to tutorials would be extremely helpful. Thanks in advance :-)