Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for URL
Vijay Kumar
Vijay Kumar

Posted on

     

URL

URL is address by which we access data on Internet like web page, video ,image etc also URL helps a user to send data from client to server with the help of parameters. URL typically consists of several parts

Protocol

The method of accessing the resource, like http:// or https://.

Domain Name

The name of the server where the resource is hosted, likewww.example.com.

Path

The specific location of the resource on the server, like /about-us.

Parameters (optional): Extra information added to the URL, like ?id=123 to pass data to the server.

Example of a URL:

https://www.example.com/products?category=shoes
https: Protocol (Secure HTTP)
www.example.com: Domain name (the website)
/products: Path (the specific page or directory)
?category=shoes: Query parameter (extra info for the page)

In short, a URL is the web address you type in your browser to go to a website or access online resources.

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Freelancer @upwork
  • Location
    India
  • Education
    BCA
  • Pronouns
    He\Him
  • Work
    Freelancer @upwork
  • Joined

More fromVijay Kumar

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp