Correct option is C
The correct answer is (c) Address of the web page displayed on the internet
Explanation:
A URL (Uniform Resource Locator) is the address of a web page on the internet. It is used to access websites and specific resources online. Every webpage has a unique URL that helps users locate and retrieve web content.
For example, the URL of Google is https://www.google.com.
A URL consists of several components, such as:
- Protocol: (e.g., https://, http://)
- Domain Name: (e.g., www.example.com)
- Path: (e.g., /about-us)
Information Booster:
Structure of a URL:
Example URL: https://www.example.com/products
Breakdown of components:
- https:// → Protocol (HyperText Transfer Protocol Secure)
- www.example.com → Domain Name
- /products → Path (specific page or resource)
Types of URLs:
- Absolute URL: Contains the full address (e.g., https://www.example.com/index.html).
- Relative URL: Only a partial address (e.g., /index.html) that works within the same website.