Important Notice:

URL (Uniform Resource Locator)

URL (Uniform Resource Locator)

6 views 1 min read

URL (Uniform Resource Locator) — 

URL Internet पर उपलब्ध किसी Website, Webpage, Image, Video, Document, File या अन्य Online Resource का address होता है। URL की सहायता से Web Browser Internet पर किसी particular resource को locate और access कर सकता है।

English:
A URL (Uniform Resource Locator) is the address of a resource available on the Internet. It helps a web browser locate and access a specific resource.

Example:

https://www.example.com

https://www.example.com/folder/page.html

URL का महत्व (Importance of URL) -

URL का मुख्य उद्देश्य Internet पर किसी specific resource का address प्रदान करना है।

URL की सहायता से:

  1. Website को open किया जाता है।
  2. किसी specific webpage को access किया जाता है।
  3. Online files और documents को access किया जाता है।
  4. Images और videos के location को identify किया जाता है।
  5. Browser को resource तक पहुँचने का तरीका बताया जाता है।

URL का Structure -

एक सामान्य URL इस प्रकार दिखाई दे सकता है:

https://www.example.com/folder/page.html

इसके मुख्य भाग हैं:

https:// → Protocol
www → Subdomain
example → Domain Name
.com → Top-Level Domain (TLD)
/folder/page.html → Path

Related Notes