URI
-
A URI or Uniform Resource Identifier is a string identifier that refers to a resource on the internet.
-
It is a string of characters that is used to identify any resource on the internet using location, name, or both.
-
A URI has two subsets; URL (Uniform Resource Locator) and URN (Uniform Resource Number).
-
URL
-
A URL or Uniform Resource Locator is used to find the location of the resource on the web. It is a reference for a resource and a way to access that resource.
-
A URL always shows a unique resource, and it can be an HTML page, a CSS document, an image, etc.