A very simple way of creating an HTML document is to use an HTML document
template. All you need to do is to load the template, type in the
paragraphs and then save the document as an HTML file. After saving
the file, you can view the file with a web browser such as Netscape.
Here is a simple HTML template that you can
use to create your first HTML document. You can open this document
and then save the file onto a local drive, so that you can add and modify
it using a text or HTML editor. Using a simple HTML template like this
will not bring out the artistic talent in you though
. If you want to make
your document much more attractive, you will have
to be creative and know a bit more about HTML. To get up to speed on
HTML please refer to the NACSE guide,
the College of Forestry online tutorial,
or the recommended book on HTML.
There are several methods for coding your project in HTML. First, you can write your project in a popular word processor such as Microsoft Word, and then "Save As HTML". Be forewarned though, that Microsoft Word writes very ugly and unnecessarily complicated HTML that is extremely hard to edit. Alternatively, you can use a text editor to help you create the HTML file from scratch, or use a web editor such as Dreamweaver. Or you may want to try the simple and free application called Notepad++. It is available on OSU Ware, which any student can get for free from the Valley Library circulation desk (thanks to GEO 565 student Yarrow Murphy for this tip).
Either way, you will be able to produce way cool documents to post on the Internet.
Capturing screen images in Windows applications is possible simply by pushing the Print Screen key that is located next to the F12 key on the top row of the keyboard. In Windows XP it is [shift key]Print Screen. This captures the entire screen as an image to the Clipboard. On the Macintosh in OS 9.x use Shift-AppleKey-3 to get the same result. In Mac OS X use the Grab utility. Once you have your screen image you may then go to a graphics program and paste the image from the Clipboard to the program.
Some of the more popular graphics programs include Canvas, Lview Pro and Paint Shop Pro. One of the advantages of using a graphics program to handle your screen capture is that you can edit and manipulate the image to your liking before saving it.
Here is a simple example of how to capture an image from ArcMap on a Windows machine.
Incorporating graphic images into your HTML document will enhance the quality and appeal of your web page.