Understanding URLs

URL stands for Uniform Resource Locator. It is the address used to access a specific web page or file on the Internet.

A sample URL: http://shikav.com/learn.html

It tells the browser which protocol to use (HTTP) and what page to request.

Back to Home