Business Definition for: World Wide Web (WWW)
World Wide Web (WWW)
Internet system for worldwide hypertext linking of multimedia documents, making the relationship of information that is common between documents easily accessible and completely independent of physical location.
World Wide Web (WWW)
a loosely organized set of computer sites that publish information that anyone can read via the Internet, mainly using HTTP (Hypertext Transfer Protocol). Each screenful (page) of information includes menu choices and highlighted words through which the user can call up further information, either from the same computer or by linking automatically to another computer anywhere in the world. Thus, the information is arranged in a web of tremendous size, and the links are created by the author of each page.
See also
HTML (Hypertext Markup Language)
,
Netscape Navigator
,
browser
,
protocol
,
internet explorer
,
Mosaic
,
Internet
World Wide Web (WWW)
interconnected collection of information sources within the Internet that allow users to view images, look at film clips, hear sound recordings, and find valuable and interesting information about a wide variety of subjects. Although no one actually knows the size of the World Wide Web, it is reported to be growing at approximately a 50% increase per year. As of early 1998, over 500,000 computers around the world provided information on the World Wide Web in an estimated 100 million web pages. It is an effective marketing tool in that it can actively be used to set up a marketing presence. It provides businesses the opportunity to create interactive brochures and
virtual storefronts
as well as offering consumers an information clearinghouse and efficient customer service.
See also
Internet
World Wide Web (WWW)
a distributed hypertext system invented by Tim Berners-Lee on a NeXT computer. Currently one of the most popular services offered on the Internet.
Related Terms:
a set of codes that can be inserted into text files to indicate special typefaces, inserted images, and links to other hypertext documents.
The main use ofHTMLis to publish information on the Internet (see World Wide Web). Here is a simple example of an HTML document.
Figure 132 shows how this looks when displayed by a web browser. HTMLfeatures are indicated by special codes, called tags. If there were an HTML tag called XXX, then the characters <XXX> would mark the beginning of this feature, and </XXX> would mark the end. For example, the keywords <TITLE> and </TITLE> mark the beginning and end of the title. <P> marks a paragraph break, and <IMG SRC=filename>embeds an image in the document; many image formats are supported but GIF is the most popular. Codes for special typefaces include the following:


The tag <BR> inserts a line break; note that the line breaks on the displayed web page will not necessarily match the line breaks on the original HTML text. The tag <HR> inserts a horizontal rule.
An unnumbered list of items can be inserted as follows:

An ordered (numbered) list is created in the same manner, except with <OL> used in place of <UL>.
A link to another document looks like this:
<A HREF="XXXX.HTML"> Click here.</A>
That means "Jump to file XXXX.HTML (another HTML document) if the user clicks on the words 'Click here.'" A URL can appear in place of the filename. A link to another place in the same document looks like this:
<A HREF="#XXXX">
This is the text that will display the link</A>
When the user clicks on this link, the browser will jump to the location in the current document marked with
<A NAME="XXXX"> This is the target of the link</A>
Comments (to be ignored by the HTML system) look like this:
<! This is a comment>
Even with no special codes in it, a text file is still a valid HTML document.
Although you can use almost any word processor or page layout program to produce HTML, it is much easier to use a program specially designed for the job (Adobe PageMill, Corel Xara, Microsoft FrontPage, and other "web publishers"). Many of the newer programs provide a WYSIWYG environment for designing web pages and then automatically produce the correct HTML codes.
For other examples of HTML, see dynamic HTML; form; frame; Java; JavaScript; redirect; table.
a popular web browser for several types of computers, produced by Netscape Comunications Corporation (see their web site at atwww.netscape.com.) In 1998 Netscapewas acquired by AOL. Netscape Navigator includes viewers for many different graphics formats, and the newest versions support Java. Compare Opera.
a computer software application used to view and navigate the World Wide Web and other internet resources.
guidelines and principles associated with the workings of a network. Rules surround data and electrical signals on the network, the manner of information transmissions, the way in which the network is accessed, and the processing of applications on the network.
the World Wide Web browser included in MicrosoftWindows; a derivative of Mosaic. Compare Netscape Navigator; Opera.
one of the first graphical browsers for the World Wide Web, distributed free by the National Center for Supercomputer Applications (www.ncsa.uiuc.edu) and later incorporated into Microsoft Internet Explorer and other products.
system of linked smaller computer networks, international in scope, that facilitates data communication such as file transfer, electronic mail, and newsgroups between different entities.
system of linked smaller computer networks, international in scope, that facilitates data communication such as file transfer, electronic mail, and newsgroups between different entities.
Referring Terms:
Copyright © 2005, 2000, 1995, 1987 by Barron's Educational Series, Inc., Reprinted by arrangement with Publisher.
Copyright © 2006, 2003, 2000, 1998, 1996, 1995, 1992, 1989, 1986 by Barron's Educational Series, Inc. Reprinted by arrangement with Publisher.
Copyright c 2000, 1994, 1987 by Barron's Educational Series, Inc. Reprinted by arrangement with Publisher.
Copyright © 2007, 2000, 1997, 1987, by Barron's Educational Series, Inc. Reprinted by arrangement with Publisher.