- Brief
History of Web
- World Wide Web Consortium Official
arbiters of the net
- Summary of
Basic HTML 3.2 commands
-
Summary of Basic HTML 4 commands ( full document )
- Use of frames (
frame examples)
- Web Style Guides (
Yale Style Guide)
- HTML Validation (W3C Validator)
Components of the first Project (due Wed. 7/16/01):
- Create student home page on http://calclab.math.tamu.edu/
- Must contain at least two frames with one frame containing navigational
links to the following components:
- One or more pages which give examples of the basic html commands illustrating:
- alignment (left, center, right)
- backgrounds (body, table, image, ...)
- color (body, table, td, image, font, ...)
- font styles (family, size, superscripts, subscripts, etc.)
- 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.
- <div> tags
- use of name, class, id
- use of attributes
- absolute vs. relative positioning
- visibility
Note: The above pages should be "pure" HTML, that is, not the result
of an HTML authoring package such as 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.
Although you may use other web pages as examples, resist the urge to
cut and paste excessively ...