HOME ¦ BACK ¦ NEXT ¦ MENU ¦ SEARCH ¦ CONTACT ¦ COMMENT ¦ HELPINFO

HTML for Dummies Glossary

To view the glossary page by page please use the NEXT button on the alphabet menu bar.


A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

absolute
when used to modify pathnames or URLs, it means a full and complete specification (as opposed to a relative one).

acceptable use
a doctrine originally formulated by the National Science Foundation restricting the Internet to research and academic, but not commercial, use.

alpha test
the testing on software performed by the developers, usually during the development process; also, the first of several stages in the software testing process (see beta test).





A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

anchor
in HTML, an anchor is a tagged text or graphic element that acts as a link to another location inside or outside a given document, or it may be a location in a document that acts as the destination for an incoming link. The latter definition is most commonly how we use it in this book.

animation
a computerized process of creating moving images by rapidly advancing from one still image to the next

anonymous ftp
a type of Internet file access that relies on the File Transfer Protocol service, where any user can typically access a file collection by logging in as anonymous, and supplying his or her username as a password


A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

AppleScript
the scripting language for the Macintosh operating system, used to build CGI programs for Macintosh-based Web servers

Archie
an Internet-based archival search facility, based on databases of file and directory names taken from anonymous ftp servers around the Internet

ARPA (Advanced Research Projects Administration; see DARPA)

attribute
in HTML tags, an attribute is a named characteristic of an associated tag. Some attributes are required, while others are optional. Some attributes may also take values (if so the syntax is ATTRIBUTE="value") or not, depending on the tag and the attribute (see Chapter 7 for tag details in alphabetical order)


A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

AUP (Acceptable Use Policy; see acceptable use)

authoring software
in the context of HTML, authoring software refers to programs that understand HTML tags and their placement. Some such programs can even enforce HTML syntax; others can convert from word processing or document formatting programs to HTML formats.

awk
a powerful scripting language included with most implementations of UNIX, awk supplements the file-processing capabilities of the UNIX shells, including pattern-matching of fields and C-like structured programming constructs.





A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

back end
the server-side of client/server is called the back end because it is usually handled by programs running in obscurity on the server, out of sight (and mind) for most users.

bandwidth
technically, bandwidth is the range of electrical frequencies a device can handle; more often, it's used as a measure of a communications technology's carrying capacity

Basic (Beginner's All-purpose Symbolic Instruction Code)
a programming language, Basic (also called BASIC) is easy to learn and use. The most popular implementation is Microsoft's QuickBasic.





A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

beta test
the phase of software testing where a program or system is turned over to a select group of users outside the development organization for use in more or less real-life situations.

body
The body is one of the main identifiable structures of any HTML document. It is usually trapped between the head information and the footer information.

bookmark
most Web browsers include a facility for building a list of URLs that users wish to keep for future reference. Netscape calls such references bookmarks in its browser.




A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

browser
a Web access program that can request HTML documents from Web servers, and render such documents on a user's display device. (see also client)

BSD (Berkeley Software Distribution)
a flavor of UNIX that was particularly important in the late 1970's and 1980's when most of the enhancements and add-ons to UNIX appeared first in the BSD version (like TCP/IP)

BTW
acronym for "By The Way"; commonly used in e-mail messages

bugs
small verminous creatures that sometimes show up in software in the form of major or minor errors, mistakes, and gotchas. Bugs got their name from insects found in antiquated tube-based computers of the late 50s and early 60s which were attracted to the glow of the filament in a tube.





A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

C
a programming language developed at AT&T Bell Laboratories, C remains the implementation language for UNIX and the UNIX programmer's language of choice.

case -sensitive
means that the way computer input is typed is significant; for instance HTML tags can be typed in any mixture of upper- and lowercase, but because HTML character entities are case -sensitive, they must be typed exactly as reproduced in this book.

CD-ROM (Compact Disk-Read-Only Memory)
a computer-readable version of the audio CD, CD-ROMs can contain up to 650 MB of data, making them the distribution media of choice for many of today's large (some would say even bloated) programs and systems.




A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

CERN (Centre European Researche Nucleare)
the Center for High-Energy Physics in Geneva, Switzerland; the birthplace of the World Wide Web.

character entity
a way of reproducing strange and wonderful characters within HTML, character entities take the form &string; where the ampersand (&) and semicolon are mandatory metacharacters, and string names the character to be reproduced in the browser. Because character entities are case -sensitive, the string between the ampersand and the semicolon must be reproduced exactly as written in Chapter 8 of this book.

character mode
when referring to Web browsers, character mode (also called textmode) means that such browsers can reproduce text data only. They cannot produce graphics directly, without the assistance of a helper application.




A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

clickable map
a graphic in an HTML file that has had a pixel coordinate map file created for it, to allow regions of the graphic to point to specific URLs for graphically oriented Web navigation.

client
the end-user side of the client/server arrangement, the term "client" typically refers to a consumer of network services of one kind or another. A Web browser is therefore a client program that talks to Web servers.

client/server
a model for computing that divides computing into two separate roles, usually connected by a network: the client works on the end-user's side of the connection, and manages user interaction and display (input and output, and related processing), while the server works elsewhere on the network and manages data-intensive or shared processing activities, like serving up the collections of documents and programs that a Web server typically manages.


A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

common controls
when designing HTML documents, most experts recommend that you build a set of consistent navigation controls and use them throughout a document (or collection of documents), providing a set of common controls for document navigation.

Common Gateway Interface (CGI)
the specification governing how Web browsers can communicate with and request services from Web servers; also the format and syntax for passing information from browsers to servers via forms or document-based queries in HTML.

computing platform
a way of referring to the kind of computer someone is using, this term encompasses both hardware (the type of machine, processor, etc.) and software (the operating system and applications) in use.



A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

content
for HTML content is its raison d'etre; although form is important, content is why users access Web documents and why they keep coming back for more.

convention
an agreed-upon set of rules and approaches that allows systems to communicate with one another and work together.








A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

DARPA (Defense Advanced Research Projects Administration)
a US Department of Defense funding agency that supplied the cash and some of the expertise that led to the development of the Internet, among many other interesting things.

dedicated line
a telephone line dedicated to the purpose of computerized telecommunications; a dedicated line may be operated continuously (24 hours a day) by its owner. In this book, such lines usually provide a link to an Internet service provider.

default
in general computer-speak, a default is a selection that's made automatically in a program, instruction, or whatever when no selections are made explicitly. For HTML the default is the value assigned to an attribute when none is supplied.




A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

desktop (aka desktop machine)
the computer a user typically has on his or her desktop; a synonym for "end-user computer" or "computer."

dial-up
a connection to the Internet (or some other remote computer or network), made by dialing up an access telephone number

directory path
the device and directory names needed to locate a particular file in any given file system; for HTML, UNIX-style directory paths usually apply.

DNS (Domain Name Server -- see domain names)



A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

document
the basic unit of HTML information, a document refers to the entire contents of any single HTML file. Since this doesn't always correspond to normal notions of a document, we refer to what could formally be called "HTML documents" more or less interchangeably with "Web pages" which is how such documents are rendered by browsers for display.

document headings
the class of HTML tags that we generically refer to as <H*>, document headings allow authors to insert headings of various sizes and weights (from 1 to 6) to add structure to their documents' contents. As structural elements, headings should identify the beginning of a new concept or idea within a document.

document structure
for HTML, this refers to the methods used to organize and navigate within HTML documents or related collections of documents.



A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ NEXT ¦ TOP

document-based queries
one of two methods of passing information from a browser to a Web server, document-based queries are designed to pass short strings of information to the server, using the METHOD="GET" HTTP method of delivery. This method is typically used for search requests or other short lookup operations.

DoD (Department of Defense)
the folks who paid the bills for and operated the earliest versions of the Internet.

domain names
the names used on the Internet as part of a distributed database system for translating computer names into physical addresses and vice versa.

DOS (Disk Operating System; see also operating system)
the underlying control program used to make most Intel-based PCs run. Microsoft's MS-DOS is the most widely-used implementation of DOS, and provides the scaffolding atop which it's equally widely-used MS-Windows software runs.



HOME ¦ BACK ¦ NEXT ¦ MENU ¦ SEARCH ¦ CONTACT ¦ COMMENT ¦ HELPINFO

E-Mail: HTML for Dummies at etittel@zilker.net
URL: http://?/glossary.html
Text - Copyright © 1995, Ed Tittel & Steve James.
Dummies Design and Art - Copyright © 1995, IDG Books Worldwide, Inc.
Web Layout - Copyright © 1995, LANWrights & IMPACT Online.
Revised -- May 1st, 1995 [JMS - IMPACT Online]