Is there a way to update my website content similar to Google Drive's functionality? For instance, when using Google Drive, the URL changes from drive/my-drive to drive/recent when navigating to the recent section.
I attempted to achieve this by using <a href="#name">
, but it only changed the URL to something like .../index.html#name. How can I replicate Google's behavior?