Lab Assignment #1

Revised: 23 May 2007
Lab #01 Lab #02 Lab #03 Lab #04 Lab #05 Lab #06 Lab #07 Lab #08 Lect #01

assignment.xsl assignment.css HTML Reference TopXML Contents

image not found


" Not everything that can be counted counts, and not everything that counts can be counted. "
- Albert Einstein (1879-1955)


References:

    HTML Guide, Style Sheets, Other Links

Requirements:

  1. Create a "home" web page for yourself, describing a little bit about who you are. Please use HTML elements, divs for example, to provide distinct areas on the page for different types of information, e.g., a header, navigation area for links to other pages, and distinct areas for different kinds of information about yourself. You may wish to use the source for this page and the first handout as guides.
  2. Create a style sheet that you will use to provide a consistent style for all your lab assignments. Please use at least one class. Link this into the home page you created in the first part of this assignment.
  3. Create a new page that supports user additions of text. Use an HTML text control and some JavaScript to support the addition of new text to a distinct area of this page. Will these changes remain after you use a file "save as" operation?
  4. Create a third page of links for web resources you find particularly effective. You might start by copying some of the links provided on the WebDev home page from the course site.
  5. Provide links on all these pages so you can navigate from any page to any other page. Please provide a seperate area on each page for this navigation "part".