 | http://www.web.com/x/y/z.html |
 | http: hypertext transfer protocol
|
 | // represent internet locations |
 | \\represent local disk locations |
 | web.com identifies the computer where the document is stored. This is
actually a number http://198.85.210.38 |
 | /x/y/z are one or more subdirectories
|
 | name.html the last URL entry is the document name that is stored as a
hypertext markup language. HTML is the extension that identifies it as an HTML-formatted
document. |
 | FrontPage uses what is called WYSIWYG to write HTML
|