URL stands for Universal Resource Locator. A URL is used to identify
a location of interest as well as the protocol a browser should use to
access the location's data. Three URLs are of particular interest to
us. These are:
| Protocol | Commonly Seen Format |
|---|---|
| http | http://www.umuc.edu/prog/wkforce/inst.html |
| ftp | ftp://info.umd.edu/ReadingRoom/Fiction/FairyTales/vain-crow |
| file | file:///a|/b_templates/info.txt |
URLs have four parts:
URLs are case sensitive so take care when entering one.