1 |
The World Wide Web is a collection of documents located all over the world, and which can have links to images, motion videos and audio files.
|
2 |
Links use Web addresses called URL's (Uniform Resource Locators) which have the form
-
http://www.place.org:8888/mydirectory/mydoc.html
|
3 |
where
-
http is the hyperlink web service
-
www.place.org is the internet name of the web server
-
8888 is the optional port number
-
/mydirectory/ is the directory or folder path to the document within the web server document space
-
mydoc.html is the document to be retrieved (with an html file extension)
|
4 |
Types of files follow the standard MIME (Multipurpose Internet Mail Extensions) originally developed to include multimedia and multi-part content with electronic mail messages.
|
5 |
File extensions on the server tell which MIME format the file is in.
|
6 |
The browser is configured to have a set of helper applications or "plug-ins" to appropriately display or play files in various MIME formats.
|