Absolute path - A path which can be globally accessed. Example: www.google.com
Relative path - A path which is only available in the current working directory. Example: index.html
https:// is an indicator that it is referring to an absolute path.
The Go back to the main page is an example of relative path since index.html cannot be globally accessed.