What does 'URL' stand for in web addressing?
- Universal Resource Locator
- Uniform Resource Locator
- United Resource Link
- Universal Reference Link
Answer: Uniform Resource Locator
URL (Uniform Resource Locator) is the address used to access resources on the internet. It includes protocol (http/https), domain name, path, and optional parameters. Example: https://www.example.com/page?query=1. URLs are a subset of URIs (Uniform Resource Identifiers).