T
he Web is a compendium of virutally countless Web-formatted (HTML) documents, known as Web pages (the terms document and page are often interchangeable). Web documents live on computers that run HTML (Hypertext Transfer Protocol) servers. Most HTTP (Web) servers are hosted on UNIX machines; however, personal computers (PCs) and Macintosh computers are also used. To access a Web server and display a Web page, you need client software known as a Web browser Browsers are so named because they are easy-to-use programs that allow you to freely browse Web pages for hours at a time.
W
eb links (also known as hypertext, hyperlinks, hotspots, and jumps) are visually distinctive words, phrases, and graphics located on Web pages. In most browsers, links are colored (often blue) and/or underlined. When you seclect a link on a Web page, the file referenced in the link is downloaded from the server to your computer. Web pages can have any number of links embedded in them, creating an endless web of documents to sample.
I
mportant:This is a deliberately simple explanation of the relationship between HTTP servers and the Web files they access. Servers also run special Common Gateway Interface (CGI) scripts which facilitate hypertext connections to local resources such as databases. Your will know more about CGI later when you learn about imagemaps and forms.