
HTML
is the language of the Web. Your page must be "tagged" using this
system. The easiest and best way to learn it is to use the various on-line
references. They appear to be superior to any printed book currently on the
market.
An
excellent basic guide is NCSA's
Guide to HTML.
Another site is The Yale C/AIM Web Style Guide.
A) You can create and edit an HTML source file directly on MARCUS using the Pico text editor
B) Or you can create the page using a text editing program (such as WordPad) and transfer the file to MARCUS when it is finished.
a. Create a new document as you normally would in your word processing program. The document must be saved in TEXT-ONLY format, and must be named index.html.
b. View your preliminary document in Netscape by opening Netscape, selecting the File menu, and choosing Open File . Identify the correct disk drive, and locate your document as the file to open.
Although
it is possible to save a Microsoft Word document in HTML format, WCTS does not
suggest that you use the Save as HTML... option in Microsoft Word to create web
pages. Regardless of which method you choose, keep these things in mind:
However,
if you do not have an index.html file, you technically do not have a home page on
MARCUS - you may have a series of web pages that will show up when you
type in the correct URL, but there will not be a default first page (ie - a home
page) that browsers are directed to automatically from the list of Whitman
people's home pages.
Step 4) Move the finished source file to MARCUS
Use
FTP (on a PC) or Fetch (Macintosh) to place the file in your HTML directory on
MARCUS.
This
tells your browser that the file contains HTML-coded information.
The
head element identifies the first part of your HTML-coded document that
contains the title. The title is shown as part of your browser's window.
The
title element contains your document title and identifies its content in a
global context. The title is typically displayed in the title bar at the top of
the browser window, but not inside the window itself. The title is also what is
displayed on someone's hotlist or bookmark list, so choose something
descriptive, unique, and relatively short
The
second--and largest--part of your HTML document is the body, which contains the
content of your document (displayed within the text area of your browser
window). The tags explained below are used within the body of your HTML
document.
HTML
has six levels of headings, numbered 1 through 6, with 1 being the largest.
Headings are typically displayed in larger and/or bolder fonts than normal body
text. The first heading in each document should be tagged <H1>.
Unlike
documents in most word processors, carriage returns in HTML files aren't
significant. You don't have to worry about how long your lines of text are.
Word wrapping can occur at any point in your source file without affecting how
the page will be displayed. A Web browser ignores a line break and starts a new
paragraph only when it encounters another <P> tag.
ALIGN=CENTER, ALIGN=RIGHT
Unnumbered
Lists <UL>
Start with an opening list <UL> (for unnumbered list) tag
Then <LI> (list item) tag followed by the individual item; no closing </LI> tag is needed
Numbered
Lists
<OL>
To make
a horizontal line the width of the browser window. A horizontal rule is useful
to separate major sections of your document. You can vary a rule's size (thickness) and width (the
percentage of the window covered by the rule). <HR SIZE=4
WIDTH="50%">

Ó Copyright 2002