Question:medium

Expand and explain the term URL.

Show Hint

Every website you visit has a unique URL.
It tells the browser where to find the requested page or file.
Updated On: Jan 14, 2026
Show Solution

Solution and Explanation

URL signifies Uniform Resource Locator.
It functions as the address for finding and retrieving internet resources,
including web pages, images, files, and videos.
A URL denotes the protocol (e.g., http or https)
and the specific location of the resource on a server.
For instance, https://www.example.com is a functional URL
directing to a website's main page.
Was this answer helpful?
0