Link to index page of website
You can just do this: <a href=”https://stackoverflow.com/”>Home</a> Any href preceded by a slash is relative the root directory. It should be noted that when viewing a webpage from a local hard drive in a browser, this will cause the link not to function.