What Happens
- WWW browser requests
a document
- Document is sent by
server
- Browser figures out
how to display document & does so
|
.
|
Implications for HTML authors
- To make a document available to the world, one
has to put it in a special place on a computer that
is running the HTTP Server Software
- The HTML author has only nominal control over how
the browser displays the document--this will change
from browser to browser (i.e., Netscape to Mosaic, etc.)
and from platform to platform (i.e., Windows to Unix
to Mac)
|