Hands on computers
Basics I
Text Editing, and HTML

Overview:

HTML (Hyper-Text Mark-up Language) is the language of the World-Wide Web (WWW). It is a very simple language, and fortunately you don't need to know very much to do some very interesting things!

We'll now practice your computer skills as you take an existing HTML document and modify it to create a home page for yourself. We could call this page our

The home page you create can serve as both an organizational tool and a presentation device. It helps you to keep your ideas together in one place, and present them nicely to the public (if you wish!).

Objectives:

Activities:

  1. We'll start with your web browser (the application that you're using to view this page). I prefer Netscape, but others like Internet Explorer. Please use Netscape for this exercise, so that the directions are easy to follow! Please print out a copy of this page. If you have any problems, just holler!

    If you get lost following a link, then Netscape has several ways of getting you back:

  2. Create a directory for your own use (your "home" directory). Ideally you would create this on the C: drive, and give it a name which safely identifies it as your own (so that it won't be confused with anyone else's directory). From now on, you should keep your files in this directory (as much as possible). You may also want to create subdirectories of this directory now, too: subdirectories help you to organize your work. You should create at least one, for the images that you are going to save to this directory. Call this subdirectory of your home directory "images".

  3. Save this web page to your computer, and then use the Windows Accessory Notepad to explore this page.

    If all has gone well, you now have the file saved and ready to edit on your computer. This is a template which you can edit to create your own home page. In place of these silly images, you might put some digital photos, or images that you find on the web. In place of this rather dry text, you can use your own words and ideas.

  4. The next step is to examine the document in Notepad in order to identify the HTML "tags" (or commands) in this page. You will want to print out the file, too, as it's often easier to work from paper than from the screen. Use the Print command (found under the File menu item).

    Examples of all of the following have been presented herein - can you discover the tags, or HTML commands, which do the following?

    Effect Command
    create bold text  
    create italicized text  
    create a horizontal line across the entire page  
    change the font to be very large  
    create an ordered list of items, using capital letters  
    create an ordered list of items, using numerals  
    create an unordered list of items  
    create a link to an email address  
    create a link to a URL (another web page)  
    make a line break (that is, force a carriage return)  
    start a new paragraph  
    add an image  
    set the color of the page (and what color is it??)  
    set the title of the page (and where does the title appear?)  
    delineate (that is, distinguish) the two main parts of an html document  
    cause a line of text, say, to be centered in the page  
    start and finish an HTML document  
    drop the font size by 1  

  5. Use your lab notebook as you try to answer the following questions:

  6. Use Notepad to save the day1session1.html file as a new file called "index.html". Modify this page to create a preliminary home page for yourself and your partner. It should include many of the elements above:

In the afternoon session we'll refine our pages, and then put them onto the webserver (that is, the computer that will display the page to anyone on the web), so that they will be visible from anywhere and everywhere!

Notes:

Some of you may wonder why we don't use a more sophisticated web page design tool, and I'll give you several reasons:


Website maintained by Andy Long. Comments appreciated.