View Full Version : What is the difference between URL And Web Addresses?
ruhikhan
07-20-2020, 08:04 AM
What is the difference between URL And Web Addresses?
sinelogixtech
07-20-2020, 09:56 AM
Hi Friends,
URL and Web Address are one and all the same. The latter is a much more common terminology that people can understand without have to lookup on the web like you would do for URL.
While writing code in lets say CSS or JavaScript, you often encounter the acronym URL rather than web address because it is a standard that’s been followed in the development of interpreters or compilers.
For example:
To set a background image from external source using CSS, you would use this code:
background: url(‘www.example.com/fuzzybear.jpg’);
While you are asked to share the link the resource to your friend, in this case the fuzzybear.jpg file, you pass on the web address to it.
RH-Calvin
07-23-2020, 01:38 PM
A Uniform Resource Locator, colloquially termed a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifier, although many people use the two terms interchangeably.
lishmalinyjames
08-13-2020, 03:16 PM
A URL is the address of a particular website, audio stream, or document available on the Web. URLs consist of the Internet protocol needed to access the item you wish to locate on the host computer. A Web Address more commonly defines a unique name that helps people remember a URL.
Powered by vBulletin® Version 4.2.2 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.