We will cover the following topics the third 9 weeks:
TABLES AND FORMS IN HTML
Tables
- Captions(CAPTION)
- Table Headers(TH)
- Table Data(TD)
- Cellspacing=size in pixels
- Cellpadding=size in pixels
- Border=size in pixels
- Text Alignment(ALIGN)
- Vertical Alignment(VALIGN)
- Width=size(pixels or percent)
- Height=size(pixels or percent)
- Table color(BGCOLOR)
- Rowspan=value
- Colspan=value
- Gutter
- Bordercolor=color
- Table Frame=value
- Box
- Above
- Below
- Horizontal Sides(HSIDES)
- Left Hand Side(LHS)
- Right Hand Side(RHS)
- Vertical Sides(VSIDES)
- Void
- Table Rules=value
- All
- Rows
- Columns(COLS)
- None
- Nested Tables
Forms
- CGI scripts
- FORM tag
- INPUT tags
- RADIO buttons
- CHECKBOX buttons
- SELECT tag
- MAILTO tag
- ACTION property
- NAME property
- MAXLENGTH property
- VALUE property
- MULTIPLE property
- TEXTAREA tag
- METHOD property
- TARGET property
- Special MAILTO characters: + = space, & = line break or new field.