Writing Web documents in HTML
Web pages are basically text documents which contain special codes, called
tags, which are interpreted by the software used to browse the Web (called
browsers or clients). The tags specify the hypertext links in the document as
well as how the document will be formatted. The language used to write
Web documents is called HTML (HyperText Markup Language).
HTML is not difficult to learn. The best introduction to HTML is
probably NCSA's A Beginner's Guide to HTML. There are also many
commercial books on writing HTML. One of the easiest ways to create
your own Web documents, though, is to explore the Web until you find a
page that you like, save the Source of the document, and then modify
it with your own personal information.
CIS has a Quick Guide to HTML, which is
available at the CIS main office or here.
While it does not matter which word processing package or editor you
use to write your Web documents, they must be saved as plain-text
files. You should also be careful when naming your files: filenames should not
contain any blank spaces or special characters such as ampersands. HTML files
are typically given the extension ".html" (".htm"
when creating the file on a PC).
There are many editors with special features for making writing HTML
easier. Netscape Communicator, for example, has a program called Page
Composer which allows you to create your web pages mostly visually.
It creates all of the tags for you as you place pictures,
text, tables, etc. where you want them. Dreamweaver is another
program available from the file server, Charlie, that allows you to
easily make web pages. Try experimenting with these programs to see
what you can do.
Many tools for making your own web page are available through
CIS's file server, Charlie.
Netscape, Dreamweaver, and many graphics programs such
as Adobe Photoshop, Macromedia Flash and Fireworks are
available to use to create web pages or multimedia content for your pages.
Here are two useful links, one to a useful guide to HTML and the other
to a source for HTML editors.
One important thing to remember when creating Web documents is that not all
browsers will interpret the HTML tags in the same way so documents will look
different depending on which browser a person is using. Graphical browsers
(such as Netscape and Internet Explorer) and text-only browsers (such
as Lynx) will also display Web documents differently since the
text-only browsers cannot display graphics. You also want to keep in
mind that the size of the monitor can make a big difference in how a
document looks.
You can view your document in your favorite browser so that you can see
how it looks before incorporating it into the HMC Web. You may even want to
try viewing it in several different browsers so that you can make sure
there are no problems caused by the different ways different browsers
interpret the HTML.
- In Netscape select File/Open File... from the menu bar. Then locate
the file and select OK to view it.
- In Internet Explorer select File/Open... from the menu bar. A dialogue
will pop up. Click "Browse..." in the lower-right corner of the box.
Then locate the file and select OK to view it.