CSE31MS Laboratory 1
Writing HTML Documents

The first laboratory is devoted to HTML markup and developing HTML documents without using advanced design tools.

Exercise 1

Log onto the computers in the laboratory and start Internet Explorer (IE). Log onto your UNIX account, and create a  /public_html directory in your home directory, if you do not already have one.

Exercise 2

Use the text editor to create a file called "index.html" in your "public_html" directory. This file should be the main home page for you on the servers at La Trobe.

Create a page that includes your name and a brief description of yourself. Divide the page into sections with headings and paragraphs. Experiment with creating dividing lines, centering, and creating coloured and blinking text. Your page should demonstrate that you can write HTML for the following,

Exercise 3

If you have not already done so, read the primer on HTML programming at the NCSA web site. You will find a link to this document on the MS resources page.

Create a bulleted list of links to other interesting web sites, and documents. You should create a link to a personal MS page from your homepage. There you can start to collect links and build a site that helps other students of MS courses. You should also include links to at least one other local document in your own html document tree.

Exercise 4

Use the editor to specify the layout of a simple HTML form that connects to a cgi script that prints out the contents of the form fields. You might like to use the form processing perl script at

http://www.speakeasy.org/~cgires/perl_form.cgi

Create a form that uses appropriate types of fields to collect Name and Address, and Postcode information. Implement a popup menu that allows the user to select a country of residence. Include two linked radio buttons which record a preference for "Smoking" or "Non Smoking", and a text box with dimensions 10 lines and 60 characters. The text box should be equipped with a slider which allows vertical scrolling.

Remember that you will need to name your fields so that the meaning of the data (its context) will be available at the server side of the connection.

Finally add submit and clear buttons which have the labels "Send" and "Clear Form" on them. Link the form document to your MS web page, and test it to see how it operates.

About this document ...

CSE31MS Laboratory 1
2000

This document was generated using the LaTeX2HTML translator Version 98.2 beta8 (September 9th, 1998)

Copyright © 1993, 1994, 1995, 1996, Nikos Drakos, Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, Ross Moore, Mathematics Department, Macquarie University, Sydney.

The command line arguments were:
latex2html -split 0 Lab1.tex

The translation was initiated by Arnold N. Pears on 2000-07-23


next up previous
Arnold N. Pears
2000-07-23