Difference between revisions of "Glossary/URL"
(New page: A '''URL''' ('''Uniform Resource Locator''') is the an address on the Internet which identifies the location of a file on the Internet. A URL is made up of: * the {{def|protocol}}, ** '''h...) |
|||
Line 5: | Line 5: | ||
** http://'''www.example.com'''/folder/file.txt | ** http://'''www.example.com'''/folder/file.txt | ||
* the file's directory(ies), | * the file's directory(ies), | ||
− | ** http://www.example.com'''/folder/'''file.txt | + | ** <nowiki>http://www.example.com</nowiki>'''/folder/'''file.txt |
* and the file's name. | * and the file's name. | ||
− | ** http://www.example.com/folder/'''file.txt''' | + | ** <nowiki>http://www.example.com/folder/</nowiki>'''file.txt''' |
[[Category:AboutUs:Definition|URL]] | [[Category:AboutUs:Definition|URL]] |
Revision as of 21:34, 17 October 2007
A URL (Uniform Resource Locator) is the an address on the Internet which identifies the location of a file on the Internet. A URL is made up of:
- the protocol,
- http://www.example.com/folder/file.txt
- the domain name or computer name,
- http://www.example.com/folder/file.txt
- the file's directory(ies),
- http://www.example.com/folder/file.txt
- and the file's name.
- http://www.example.com/folder/file.txt