Designing and Building Course-Based Webs
[Introduction]
[Handouts]
[Basics]
[HTML]
[First Page]
[Design]
[Markup]
[More HTML]
[Searching]
[References]
[Process]
[Terminology]
[Tips]
[HTML Guide]
[Books]
[Bookmarks]
[Tools]
Terminology
Abstract:
This document summarizes the terms used in this tutorial. Each entry
has a term, the category assigned to that term, and a short description
of the meaning or use of that term. At present, the document is
relatively short, although it may grow in the future.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Categories
logical markup,
markup language,
physical markup,
SGML,
tag,
WYSIWYG
anchor,
end tag,
form,
frame
absolute link,
hypertext,
link,
node,
page,
relative link
CGI,
HTML,
HTTP,
URL
ASML,
GIF,
Java,
JavaScript,
JPEG,
Perl,
SiteWeaver,
VBScript
Definitions
- Absolute Link (Hypertext)
- A link to another document based on the full description
of the document. In HTML, such a link uses the full
URL of the document, such as
http://www.math.grin.edu/~rebelsky/.
- Anchor (HTML)
- Either a named portion of a document or a link to another
document. In effect, anchors one end of a link.
- ASML (Misc.)
- The automated site markup language. A language for
building sites, instead of documents.
- CGI (HTML)
- The Common Gateway Interface, a standard protocol by which
HTML pages send requests to programs running on servers.
- End Tag (HTML)
- A tag that comes at the end of a piece of annotated text.
Usually has the form
</name>.
- Form (HTML)
- Part of an HTML document in which users may enter data,
usually for submission to a cgi script.
Some forms are also used for input and output for
JavaScript and
VBScript scripts.
- Frame (HTML)
- A way of laying out pages in which the browser window is
segmented into smaller areas (frames) and individual pages
are loaded into the separate frames. Many consider frames
to be an astoundling bad design feature of HTML.
- GIF (Misc.)
- The graphics image file format. A method of representing
images electronically. Files whose names end in
.gif are usually GIF files.
- HTML (WWW)
- The "HyperText Markup Language", used for annotating text to
make it hypertext. HTML provides tags for
both physical and
logical markup.
- HTTP (WWW)
- The hypertext transfer protocol, used for transmitting documents
from server to client.
- Internal Link (Hypertext)
- A link to another portion of the same document.
- Java (Misc.)
- A programming language developed by Sun Microsystems for
large-scale application development. Java is often used
for inserting small transportable programs within pages.
- JavaScript (Misc.)
- A programming language developed by Netscape for making
pages interactive.
- JPEG (Misc.)
- A method of representing
images electronically. Files whose names end in
.jpeg are usually JPEG files.
- Link (Hypertext)
- A connection from one hypertext node to
another.
- Logical Markup (Markup)
- A method of annotating pages in which one describes the
role individual pieces of text place (e.g., title,
citation, heading, footer)
- Node (Hypertext)
- The basic unit of information in a hypertext system.
- Page (Hypertext)
- A synonym for node, frequently used
on the World-Wide Web
- Perl (Misc.)
- The practical extraction and report language. A programming
language often used to build CGI scripts.
- Physical Markup (Markup)
- A method of annotating text in which the appearance of
the text is described (e.g., Times Roman, 14pt, Italicized,
indented 2 inches from the left margin).
- Relative link (Hypertext)
- A link to another page on the same
server that does not contain the full path (including
server and such) to that page.
- SGML (Markup)
- The standard generalized markup language, a structure for
developing markup languages upon which HTML
is based.
- SiteWeaver (Misc.)
- A tool for building sites, rather than pages.
- Tag (Markup)
- An object used to annotate text in a markup language.
- URL (WWW)
- Universal Resource Locator. A way of identifying documents
on the World-Wide Web.
- VBScript (Misc.)
- A programming language developed by Microsoft for making
pages interactive.
- World-Wide Web (WWW)
- A hypertext system developed by Tim Berners-Lee and based
upon HTML.
- WYSIWYG (Design)
- "What You See Is What You Get" -- a style of editor in which
you see the format of your text as you edit it: bold text
looks bold, italicized looks italiczed, larger text is larger,
etc.
[Introduction]
[Handouts]
[Basics]
[HTML]
[First Page]
[Design]
[Markup]
[More HTML]
[Searching]
[References]
[Process]
[Terminology]
[Tips]
[HTML Guide]
[Books]
[Bookmarks]
[Tools]
This page written by Samuel A. Rebelsky.
This page generated on 56 by SamR's Site Suite.