URL: Uniform Resource Locator. A text string specifying the location of a resource on the internet and the protocol used to retrieve it.
Structure: scheme://domain/path?query#fragment
Example: https://www.onion.training/about
- https:// – protocol
- www.onion.training/ – domain
- /about – path to the specific resource
