UnderstandingInternet AddressesYou can think of the World Wide Web as a network of electronic files stored on computers all around the world. HyperText links these resources together. Uniform Resource Locators or URL's are the addresses used to locate these files. The information contained in a URL gives you the ability to jump from one location on the Web to another with just a click of your mouse. Most web browsers allow you to type in a URL to access a particular document or service. When you click on a hypertext link in an HTML document, your web browser is actually sending a request to download a file stored on a remote computer. What does a typical URL look like? Here are some examples:
The first part of a URL (before the two slashes) tells you the type of resource or
method of access at that address. For example:
The second part of a URL is typically the address of the computer where the data or service is located. Additional parts may specify the names of files, the port to connect to, or the text to search for in a database. You can enter the URL of a site by typing it into the Location window of your web browser, just under the toolbar. Most browsers can record URL's that you want to use again, by adding them to a special menu. In Microsoft Explorer, it's called Favorites. Once you add a URL to your list, you can return to that web page simply by clicking on the link in your list, instead of retyping the entire URL. Most of the URL's you'll be using start with HTTP which stands for Hypertext
Transfer Protocol. http is the method by which HTML files are
transferred over the Web. Here are some other important things to know about URL's:
|