main WWW components (before Java, VRML, LiveMedia etc.):
-
HTTP: the transport protocol - performs the request and retrieve functions to display objects
-
HTML: the makeup language - language used to author Web pages
-
URL - Uniform Resource Locator - addressing system for Web documents
-
CGI: an interface to extend HTTP and HTML- allows the Web server to execute a program to produce dynamic HTML documents
-
Fill-Out Form: a set of HTML constructs to allow clients passing run-time input data to server through GUI interface
|