Results 1 to 4 of 4

Thread: What is the difference between URL And Web Addresses?

  1. #1

    Default What is the difference between URL And Web Addresses?

    What is the difference between URL And Web Addresses?

  2. #2

    Default

    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.

  3. #3
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    2,096

    Default

    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.
    Cheap VPS Hosting | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop Access
    Cheap Dedicated Servers | Linux Dedicated Server Hosting

  4. #4
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    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.

Similar Threads

  1. hosting with many IP addresses
    By YAg in forum Web Hosting Solutions
    Replies: 15
    Last Post: 02-05-2013, 10:26 AM
  2. shared hosting with many IP addresses in EU
    By vinrar in forum Web Hosting Solutions
    Replies: 2
    Last Post: 11-21-2012, 07:26 AM
  3. hosting with many IP addresses of C class
    By holland in forum Web Hosting Solutions
    Replies: 8
    Last Post: 11-05-2012, 03:45 PM
  4. UK&US Based VPS::Enterprise Hardware::Additional IP Addresses
    By zeropid in forum Web Hosting and Related Offers Forum
    Replies: 0
    Last Post: 05-24-2012, 01:59 PM
  5. UK&US Based VPS::Enterprise Hardware::Additional IP Addresses
    By zeropid in forum Web Hosting and Related Offers Forum
    Replies: 0
    Last Post: 05-08-2012, 01:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •