First Project
(due Thursday, 7/14/10 5:00 p.m. CST)
- Create a student home page on the
calclab web server, http://calclab.math.tamu.edu/.
The home page must contain at least two frames with one frame
containing navigational links to each of the
projects (project1, project2, etc.) You can use the course
home page as a model if you like, (view the source to see how to
set up frames and framesets).
Note: You can use alternative navigation, ie
iframes or
objects
Project 1 must include links to:
- One or more pages which give examples of the basic
HTML commands illustrating (see example)
- alignment (left, center, right)
- using color and image as backgrounds (body, table, ...)
- color (body, table, td, font, ...)
- font styles (family, size, superscripts, subscripts, etc.)
- form elements (text, textarea, button, etc.) (Look at
the Technology Survey source for an example)
- header styles
- images (scaling, alignment, ...)
- links (href, target, ...)
- rules (color, width, thickness)
- tables (formatting, color, border styles, alignment, etc.)
- One or more pages which gives examples of style sheets (
example)
- <div> tags
- use of class, id (ignore "name" for now...)
- use of attributes (i.e. parameters)
- * absolute vs. relative positioning
- * visibility
The last two items are somewhat browser dependent. Make sure your
code works in Mozilla as well as IExplorer.
Note: The above pages should be "pure" HTML, that is, not
the result
of an HTML authoring package such as
Netscape Composer, DreamWeaver, FrontPage, etc. The
purpose of this exercise is to make sure you understand the basic HTML syntax
before you use an authoring tool.
Do not simply reproduce the examples, and call them project 1!
Although you may use other web pages as examples, resist the urge to
cut and paste excessively ...
Note: View->source for http://www.math.tamu.edu/~mpilant/math696/ ,
that is, the class homepage!
N.B.: right mouse->view source give the frame source
instead of the parent source...